Interface EnhancedAnnotation<T extends Annotation>

    • Method Detail

      • getMembers

        Set<EnhancedAnnotatedMethod<?,​?>> getMembers​(Class<? extends Annotation> annotationType)
        Gets all the members annotated with annotationType
        Parameters:
        annotationType - The annotation type to match
        Returns:
        A set of abstracted members with the annotation type