Interface BasicAnnotation

    • Method Detail

      • getType

        @Nonnull
        java.lang.String getType()
        Gets the type of this annotation. This will be the type descriptor of the class that defines this annotation.
        Returns:
        The type of this annotation
      • getElements

        @Nonnull
        java.util.Set<? extends AnnotationElement> getElements()
        Gets a set of the name/value elements associated with this annotation. The elements in the returned set will be unique with respect to the element name.
        Returns:
        A set of AnnotationElements