Package org.sonar.java.model
Class AnnotationValueImpl
java.lang.Object
org.sonar.java.model.AnnotationValueImpl
- All Implemented Interfaces:
SymbolMetadata.AnnotationValue
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnnotationValueImpl
-
-
Method Details
-
value
Description copied from interface:SymbolMetadata.AnnotationValue
Stored value of the annotation property.- Specified by:
value
in interfaceSymbolMetadata.AnnotationValue
- Returns:
- the value of the annotation that has been found.
-
name
Description copied from interface:SymbolMetadata.AnnotationValue
Name of the annotation property.- Specified by:
name
in interfaceSymbolMetadata.AnnotationValue
- Returns:
- the name of the property.
-