public class FlowComponentAnnotationAction extends Object implements AnnotationClassAction, AnnotationPropertyAction
| Constructor and Description |
|---|
FlowComponentAnnotationAction() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
process(Class<T> clazz,
Annotation annotation) |
<T> void |
process(Class<T> clazz,
Field field,
Annotation annotation) |
void |
propertiesProcess(ComponentDefine componentDefine,
Annotation annotation) |
public <T> void process(Class<T> clazz, Annotation annotation)
process in interface AnnotationClassActionclazz - 处理的对象的类型annotation - 处理的注解public <T> void process(Class<T> clazz, Field field, Annotation annotation)
process in interface AnnotationPropertyActionpublic void propertiesProcess(ComponentDefine componentDefine, Annotation annotation)
Copyright © 2006–2018 TinyGroup. All rights reserved.