|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AnnotationProcessor<T extends java.lang.annotation.Annotation>
Used by DefaultAnnotationSupport to create command instances from
annotated methods.
| Method Summary | |
|---|---|
Command |
createCommand(java.lang.Object target,
java.lang.reflect.Method method)
Invoked to create the command defined by the annotations of the class defined by getAnnotation(). |
java.lang.Class<T> |
getAnnotation()
Gets the annotation class handled by this processor. |
| Method Detail |
|---|
java.lang.Class<T> getAnnotation()
Command createCommand(java.lang.Object target,
java.lang.reflect.Method method)
getAnnotation().
target - the target object.method - the target method with the annotation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||