Package org.apache.cxf.common.util
Interface ASMHelper.FieldVisitor
- 
- Enclosing interface:
- ASMHelper
 
 public static interface ASMHelper.FieldVisitor
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ASMHelper.AnnotationVisitorvisitAnnotation(String cls, boolean b)voidvisitEnd()
 
- 
- 
- 
Method Detail- 
visitAnnotationASMHelper.AnnotationVisitor visitAnnotation(String cls, boolean b) 
 - 
visitEndvoid visitEnd() 
 
- 
 
-