Class AnnotationFilter<T extends Annotation>

    • Method Detail

      • accept

        public boolean accept​(Method method)
        Accepts the method if it has an annotation of type T.
        Specified by:
        accept in interface MethodFilter
        Parameters:
        method - The method to test
        Returns:
        True if method has annotation