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.AnnotationValue
value
in interface SymbolMetadata.AnnotationValue
public String name()
SymbolMetadata.AnnotationValue
name
in interface SymbolMetadata.AnnotationValue
Copyright © 2012–2017 SonarSource. All rights reserved.