Package | Description |
---|---|
org.dejava.component.reflection |
Modifier and Type | Method and Description |
---|---|
<AnyAnnotation extends Annotation> |
ClassMirror.getAnnotation(Class<AnyAnnotation> annotationClass)
Returns an annotation from the reflected class (or its inherited classes and interfaces).
|
Modifier and Type | Method and Description |
---|---|
Set<AnnotationMirror<?>> |
ClassMirror.getAnnotations()
Gets all annotations from a class.
|
<AnyAnnotation extends Annotation> |
ClassMirror.getAnnotations(Class<AnyAnnotation> annotationClass)
Gets all annotations with a given type.
|
Copyright © 2013. All Rights Reserved.