public static interface ASMHelper.AnnotationVisitor
| Modifier and Type | Method and Description | 
|---|---|
| void | visit(String arg0,
     ASMHelper.ASMType arg1) | 
| void | visit(String arg0,
     Object arg1) | 
| ASMHelper.AnnotationVisitor | visitAnnotation(String arg0,
               String arg1) | 
| ASMHelper.AnnotationVisitor | visitArray(String arg0) | 
| void | visitEnd() | 
| void | visitEnum(String arg0,
         String arg1,
         String arg2) | 
void visit(String arg0, ASMHelper.ASMType arg1)
ASMHelper.AnnotationVisitor visitAnnotation(String arg0, String arg1)
ASMHelper.AnnotationVisitor visitArray(String arg0)
void visitEnd()
Apache CXF