public class ClassVisitorImpl extends Object implements ClassVisitor, Configuration
| Constructor and Description |
|---|
ClassVisitorImpl(List<AnnotationHandler<Annotation>> handlers,
Object payload)
The visitor must be initialized with the handlers to call for specific annotations
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
getRules() |
void |
visit(Class<?> clazz)
Processes the annotation on the supplied class.
|
public ClassVisitorImpl(List<AnnotationHandler<Annotation>> handlers, Object payload)
public void visit(Class<?> clazz)
visit in interface ClassVisitorpublic List<Rule> getRules()
getRules in interface ConfigurationCopyright © 2018 OCPsoft. All rights reserved.