Interface SymbolMetadata.AnnotationValue

  • All Known Implementing Classes:
    AnnotationValueResolve
    Enclosing interface:
    SymbolMetadata

    public static interface SymbolMetadata.AnnotationValue
    Value of a property of an annotation.
    • Method Detail

      • 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.