Uses of Class
org.apache.xbean.finder.AnnotationFinder
-
Packages that use AnnotationFinder Package Description org.apache.xbean.finder -
-
Uses of AnnotationFinder in org.apache.xbean.finder
Methods in org.apache.xbean.finder that return AnnotationFinder Modifier and Type Method 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 methodsAnnotationFinder
AnnotationFinder. select(java.lang.Class<?>... clazz)
AnnotationFinder
AnnotationFinder. select(java.lang.Iterable<java.lang.String> clazz)
AnnotationFinder
AnnotationFinder. select(java.lang.String... clazz)
Methods in org.apache.xbean.finder with parameters of type AnnotationFinder Modifier and Type Method Description private void
AnnotationFinder. resolveAnnotations(AnnotationFinder parent, java.util.List<java.lang.String> scanned)
Constructors in org.apache.xbean.finder with parameters of type AnnotationFinder Constructor Description AnnotationFinder(AnnotationFinder parent, java.lang.Iterable<java.lang.String> classNames)
-