|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClasspathResourceScanner
ClasspathResourceScanner
An implementation of this interface is responsible for collecting classpath resources.
Method Summary | |
---|---|
Set<String> |
scanClassNamesAnnotatedBy(Class<? extends Annotation> annotationType,
boolean matchSuperClass,
String... locationPatterns)
Scans classpath from the location specified by locationPatterns
for all class names which annotates the speified annotationType . |
Method Detail |
---|
Set<String> scanClassNamesAnnotatedBy(Class<? extends Annotation> annotationType, boolean matchSuperClass, String... locationPatterns)
locationPatterns
for all class names which annotates the speified annotationType
.
Note: An implementation is recommended to support locationPattern
with classpath*:
prefix at least
like the following example:
annotationType
- matchSuperClass
- locationPatterns
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |