Interface AnnotationScanner


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

    Modifier and Type
    Method
    Description
    scan(URL[] urls, ClassLoader cl)
    scan urls for annotation with given classloader
  • Method Details

    • scan

      scan urls for annotation with given classloader
      Parameters:
      urls - the urls to be scanned
      cl - classloader
      Returns:
      the repository of scanned annotations