Interface AnnotationMirror

    • Method Detail

      • getAnnotationAsString

        🡇     🗕  🗗  🗖
        java.lang.String getAnnotationAsString()
        Extracts the actual text that a programmer / software engineer has placed onto a Java Entity or Type, and returns it as a String.
        Returns:
        The text of the annotation which the user has placed.
      • toString

        🡅     🗕  🗗  🗖
        java.lang.String toString()
        Generates a String representation of this mirror instance.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A java.lang.String representing this instance data