Interface SymbolMetadata.AnnotationValue
-
- All Known Implementing Classes:
AnnotationValueResolve
- Enclosing interface:
- SymbolMetadata
public static interface SymbolMetadata.AnnotationValue
Value of a property of an annotation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
Name of the annotation property.Object
value()
Stored value of the annotation property.
-