Interface AnnotationScanner
public interface AnnotationScanner
A AnnotationScanner.
- Author:
- Stefano Maestri
-
Method Summary
Modifier and TypeMethodDescriptionscan(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 scannedcl- classloader- Returns:
- the repository of scanned annotations
-