Interface SymbolMetadata.AnnotationValue
- All Known Implementing Classes:
AnnotationValueImpl
- Enclosing interface:
SymbolMetadata
public static interface SymbolMetadata.AnnotationValue
Value of a property of an annotation.
-
Method Summary
-
Method Details
-
name
-
value
Object value()Stored value of the annotation property.- Returns:
- the value of the annotation that has been found.
-