Interface AnnotationScanner
-
public interface AnnotationScannerA AnnotationScanner.- Author:
- Stefano Maestri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationRepositoryscan(URL[] urls, ClassLoader cl)scan urls for annotation with given classloader
-
-
-
Method Detail
-
scan
AnnotationRepository scan(URL[] urls, ClassLoader cl)
scan urls for annotation with given classloader- Parameters:
urls- the urls to be scannedcl- classloader- Returns:
- the repository of scanned annotations
-
-