public interface AnnotationScanner
| Modifier and Type | Method and Description |
|---|---|
Configuration |
configure()
Configure the scanner
|
AnnotationRepository |
scan(java.net.URL[] urls)
Scan using the context class loader to resolve annotation class definitions
|
AnnotationRepository |
scan(java.net.URL[] urls,
java.lang.ClassLoader... cls)
Scan using the context class loader as well as the additional
classloaders specified to resolve annotation class definitions
|
Configuration configure()
AnnotationRepository scan(java.net.URL[] urls)
urls - The URLs with the .jar filesAnnotationRepository scan(java.net.URL[] urls, java.lang.ClassLoader... cls)
urls - The URLs with the .jar filescls - Additional class loadersCopyright ? 2009 Red Hat Middleware LLC (http://www.jboss.com/)