public class InjectAnnotationProcessor extends Object implements FieldProcessor<Inject>, ParameterProcessor<Inject>
| Constructor and Description |
|---|
InjectAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Class<Inject> |
getAnnotationClass() |
Object |
processField(Class clazz,
Inject annotation) |
Object |
processField(Class clazz,
Inject annotation,
Object value) |
List<Object> |
processParameter(Class clazz,
Inject annotation) |
public Object processField(Class clazz, Inject annotation)
processField in interface FieldProcessor<Inject>public Object processField(Class clazz, Inject annotation, Object value)
processField in interface FieldProcessor<Inject>public Class<Inject> getAnnotationClass()
getAnnotationClass in interface AnnotationProcessor<Inject>public List<Object> processParameter(Class clazz, Inject annotation)
processParameter in interface ParameterProcessor<Inject>Copyright © 2021. All rights reserved.