public class AnnotationProcessor extends Object
Constructor and Description |
---|
AnnotationProcessor(Object o) |
Modifier and Type | Method and Description |
---|---|
void |
accept(AnnotationVisitor visitor) |
void |
accept(AnnotationVisitor visitor,
Class<?> claz)
Visits each of the annotated elements of the object.
|
public AnnotationProcessor(Object o)
public void accept(AnnotationVisitor visitor, Class<?> claz)
visitor
- a visitorclaz
- the Class of the targe objectpublic void accept(AnnotationVisitor visitor)
Apache CXF