Class MetaAnnotationScanner

  • All Implemented Interfaces:
    org.reflections.scanners.Scanner

    public class MetaAnnotationScanner
    extends org.reflections.scanners.AbstractScanner
    • Constructor Detail

      • MetaAnnotationScanner

        public MetaAnnotationScanner​(Class<? extends Annotation> annotationType)
      • MetaAnnotationScanner

        public MetaAnnotationScanner​(String metaAnnotationRegex)
    • Method Detail

      • scan

        public void scan​(Object cls)
        Specified by:
        scan in class org.reflections.scanners.AbstractScanner