public final class AnnotatedClassScanner extends Object
Search for Java classes in the specified OSGi bundle that are annotated or have at least one method annotated with one or more of a set of annotations.
This implementation is inspired by the com.sun.jersey.server.impl.container.config.AnnotatedClassScanner in Jersey 1.0.1.
| Constructor and Description |
|---|
AnnotatedClassScanner(org.osgi.framework.Bundle bundle,
Class<?>... annotations) |
Copyright © 2017 Atlassian. All rights reserved.