Interface AnnotationScanner


  • public interface AnnotationScanner
    A AnnotationScanner.
    Author:
    Stefano Maestri
    • Method Detail

      • scan

        AnnotationRepository scan​(URL[] urls,
                                  ClassLoader cl)
        scan urls for annotation with given classloader
        Parameters:
        urls - the urls to be scanned
        cl - classloader
        Returns:
        the repository of scanned annotations