Interface AnnotationTypeElementDeclaration

    • Method Detail

      • getDefaultValueExpression

        Expression getDefaultValueExpression()
        Returns:
        the expression describing the default value, or null if there is no default value or this annotation element is declared in an external Java class.
      • getDefaultValue

        java.lang.Object getDefaultValue()
        Returns:
        the value or null if the is no default value
      • getType

        TypeReference getType()
        Returns:
        the type of this annotation element