Interface AnnotationTypeDeclaration

    • Method Detail

      • findDeclaredAnnotationTypeElement

        AnnotationTypeElementDeclaration findDeclaredAnnotationTypeElement​(java.lang.String name)
        Parameters:
        name - the name of the annotation element
        Returns:
        the annotation type element with the given name, declared by this annotation type declaration or null if no such annotation type element exists
      • getDeclaredAnnotationTypeElements

        java.lang.Iterable<? extends AnnotationTypeElementDeclaration> getDeclaredAnnotationTypeElements()
        Returns:
        the annotation type elements declared by this annotation type declaration