Package | Description |
---|---|
org.apache.xbean.finder |
Modifier and Type | Method and Description |
---|---|
AnnotationFinder |
AnnotationFinder.enableFindImplementations() |
AnnotationFinder |
AnnotationFinder.enableFindSubclasses() |
AnnotationFinder |
AnnotationFinder.enableMetaAnnotations() |
AnnotationFinder |
AnnotationFinder.link()
The link() method must be called to successfully use the findSubclasses and findImplementations methods
|
AnnotationFinder |
AnnotationFinder.select(java.lang.Class<?>... clazz) |
AnnotationFinder |
AnnotationFinder.select(java.lang.Iterable<java.lang.String> clazz) |
AnnotationFinder |
AnnotationFinder.select(java.lang.String... clazz) |
Modifier and Type | Method and Description |
---|---|
private void |
AnnotationFinder.resolveAnnotations(AnnotationFinder parent,
java.util.List<java.lang.String> scanned) |
Constructor and Description |
---|
AnnotationFinder(AnnotationFinder parent,
java.lang.Iterable<java.lang.String> classNames) |