Package org.ocpsoft.rewrite.annotation
Class ClassVisitorImpl
java.lang.Object
org.ocpsoft.rewrite.annotation.ClassVisitorImpl
- All Implemented Interfaces:
ClassVisitor,Configuration
-
Constructor Summary
ConstructorsConstructorDescriptionClassVisitorImpl(List<AnnotationHandler<Annotation>> handlers, Object payload) The visitor must be initialized with the handlers to call for specific annotations -
Method Summary
-
Constructor Details
-
ClassVisitorImpl
The visitor must be initialized with the handlers to call for specific annotations
-
-
Method Details
-
visit
Processes the annotation on the supplied class.- Specified by:
visitin interfaceClassVisitor
-
getRules
- Specified by:
getRulesin interfaceConfiguration
-