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