SymbolMetadata.AnnotationValuepublic class AnnotationValueResolve extends Object implements SymbolMetadata.AnnotationValue
| Constructor | Description |
|---|---|
AnnotationValueResolve(String name,
Object value) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
name() |
Name of the annotation property.
|
Object |
value() |
Stored value of the annotation property.
|
public Object value()
SymbolMetadata.AnnotationValuevalue in interface SymbolMetadata.AnnotationValuepublic String name()
SymbolMetadata.AnnotationValuename in interface SymbolMetadata.AnnotationValueCopyright © 2012–2018 SonarSource. All rights reserved.