| Interface | Description |
|---|---|
| AnnotationResolver |
Finds annotations, if any, pertaining to a particular Method.
|
| Class | Description |
|---|---|
| ClassAnnotationResolver |
Looks for annotations on the enclosing class of the method.
|
| ListAnnotationResolver |
Delegates to the provided list of resolvers, applying each resolver in turn.
|
| MethodAnnotationResolver |
Looks for annotations on the method itself.
|