public class SimpleAnnotationDiscovery extends Object implements AnnotationDiscovery
| Constructor and Description |
|---|
SimpleAnnotationDiscovery(ReflectionCache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to
perform any cleanup needed.
|
boolean |
containsAnnotations(Class<?> javaClass,
Collection<Class<? extends Annotation>> requiredAnnotations) |
public SimpleAnnotationDiscovery(ReflectionCache cache)
public boolean containsAnnotations(Class<?> javaClass, Collection<Class<? extends Annotation>> requiredAnnotations)
containsAnnotations in interface AnnotationDiscoveryCopyright © 2012 Seam Framework. All Rights Reserved.