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

    Modifier and Type
    Method
    Description
    Name of the annotation property.
    Stored value of the annotation property.
  • Method Details

    • name

      String name()
      Name of the annotation property.
      Returns:
      the name of the property.
    • value

      Object value()
      Stored value of the annotation property.
      Returns:
      the value of the annotation that has been found.