Uses of Class
org.apache.xbean.finder.AnnotationFinder
Packages that use AnnotationFinder
-
Uses of AnnotationFinder in org.apache.xbean.finder
Methods in org.apache.xbean.finder that return AnnotationFinderModifier and TypeMethodDescriptionAnnotationFinder.enableFindImplementations()AnnotationFinder.enableFindSubclasses()AnnotationFinder.enableMetaAnnotations()AnnotationFinder.link()The link() method must be called to successfully use the findSubclasses and findImplementations methodsMethods in org.apache.xbean.finder with parameters of type AnnotationFinderModifier and TypeMethodDescriptionprivate voidAnnotationFinder.resolveAnnotations(AnnotationFinder parent, List<String> scanned) Constructors in org.apache.xbean.finder with parameters of type AnnotationFinderModifierConstructorDescriptionprivateAnnotationFinder(AnnotationFinder parent, Iterable<String> classNames)