T - annotation typepublic class SimpleAnnotationProcessor<T extends java.lang.annotation.Annotation>
extends java.lang.Object
implements ru.vyarus.guice.ext.core.method.MethodPostProcessor<T>
| Constructor and Description |
|---|
SimpleAnnotationProcessor(MethodsCollector collector) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(T annotation,
java.lang.reflect.Method method,
java.lang.Object instance) |
public SimpleAnnotationProcessor(MethodsCollector collector)