public interface AnnotationScanner
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addListener(JB jb,
Object object,
Method method,
Annotation annotation) |
Class<? extends Annotation> |
getScanAnnotation() |
void |
validate(Method method,
Class<?> clazz)
检查注解方法参数是否符合要求
|
Class<? extends Annotation> getScanAnnotation()
void addListener(JB jb, Object object, Method method, Annotation annotation)
Copyright © 2019. All rights reserved.