public static interface AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler<A extends java.lang.annotation.Annotation>
Modifier and Type | Method and Description |
---|---|
void |
addClassLevelDeclaration(A annotation,
java.lang.Class clazz) |
void |
addMethodLevelDeclaration(A annotation,
java.lang.reflect.Method method) |
java.lang.Class<A> |
getAnnotationClass() |
java.util.Map<java.lang.String,java.util.List<MethodAttribute>> |
getExistingDeclarations() |
java.lang.Class<A> getAnnotationClass()
java.util.Map<java.lang.String,java.util.List<MethodAttribute>> getExistingDeclarations()
void addClassLevelDeclaration(A annotation, java.lang.Class clazz)
void addMethodLevelDeclaration(A annotation, java.lang.reflect.Method method)