Package org.apache.cxf.common.annotation
Class AnnotationProcessor
java.lang.Object
org.apache.cxf.common.annotation.AnnotationProcessor
Process instance of an annotated class.  This is a visitable
 object that allows an caller to visit that annotated elements in
 this class definition.  If a class level annotation is overridden
 by a member level annotation, only the visit method for the member
 level annotation
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaccept(AnnotationVisitor visitor) voidaccept(AnnotationVisitor visitor, Class<?> claz) Visits each of the annotated elements of the object.
- 
Constructor Details- 
AnnotationProcessor
 
- 
- 
Method Details- 
acceptVisits each of the annotated elements of the object.- Parameters:
- visitor- a visitor
- claz- the Class of the targe object
 
- 
accept
 
-