Interface AnnotationTypeDeclaration

    • Method Detail

      • getMethods

        java.util.Collection<AnnotationTypeElementDeclaration> getMethods()
        Returns the annotation type elements of this annotation type. These are the methods that are directly declared in the type's declaration.
        Specified by:
        getMethods in interface TypeDeclaration
        Returns:
        the annotation type elements of this annotation type, or an empty collection if there are none
        See Also:
        DeclarationFilter