Registry / utility / xbean-finder

xbean-finder

JSON →
library3.11.1javamavenunverified

XBean Finder helps to find annotations in classes, useful for scanning classpath resources.

<dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-finder</artifactId> <version>3.11.1</version> </dependency>
INSTALL
IMPORT
SIG · XBEAN-FINDER
X
xbean-finder
utilityjavav3.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AnnotationFinder
org.apache.xbean.finder.AnnotationFinder

Finds classes annotated with @Deprecated in the classpath.

import org.apache.xbean.finder.AnnotationFinder; import org.apache.xbean.finder.archive.ClassesArchive; public class Example { public static void main(String[] args) { AnnotationFinder finder = new AnnotationFinder(new ClassesArchive(Example.class)); finder.findAnnotatedClasses(Deprecated.class).forEach(System.out::println); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.11.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
xbean-finder — mvn dependency:get xbean-finder · libregistry