| Interface | Description |
|---|---|
| AccessibleObjectProcessor<A extends AccessibleObject> |
Accessible object processor.
|
| AnnotationAware<A extends Annotation> |
This interface allows to obtain annotation
from annotation aware objects.
|
| ClassProcessor<A extends AccessibleObject> |
Generic accessible object processor.
|
| Class | Description |
|---|---|
| AbstractAnnotatedClassProcessor<AO extends AccessibleObject,A extends Annotation> |
All annotation aware class processors should extend this class.
|
| AbstractClassProcessor<A extends AccessibleObject> |
All class processors should extend this class.
|
| AccessibleObjectProcessorAdapter<T extends AccessibleObject> |
Accessible object processor adapter that does nothing.
|
| AnnotatedFieldFinder<A extends Annotation> |
Finder that looks for fields annotated with specified annotation.
|
| AnnotatedMethodFinder<A extends Annotation> |
Finder that looks for methods annotated with specified annotation.
|
| FieldFinder |
A finder that looks for fields matching the criteria.
|
| MethodFinder |
A finder that looks for methods matching the criteria.
|
Copyright © 2015 JBoss, by Red Hat. All rights reserved.