public class AnnotationValueResolve extends Object implements SymbolMetadata.AnnotationValue
| Constructor and Description |
|---|
AnnotationValueResolve(String name,
Object value) |
| Modifier and Type | Method and 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–2017 SonarSource. All rights reserved.