Uses of Interface
org.apache.cxf.common.annotation.AnnotationVisitor
-
Packages that use AnnotationVisitor Package Description org.apache.cxf.common.annotation org.apache.cxf.common.injection -
-
Uses of AnnotationVisitor in org.apache.cxf.common.annotation
Classes in org.apache.cxf.common.annotation that implement AnnotationVisitor Modifier and Type Class Description class
AbstractAnnotationVisitor
Methods in org.apache.cxf.common.annotation with parameters of type AnnotationVisitor Modifier and Type Method Description void
AnnotationProcessor. accept(AnnotationVisitor visitor)
void
AnnotationProcessor. accept(AnnotationVisitor visitor, Class<?> claz)
Visits each of the annotated elements of the object. -
Uses of AnnotationVisitor in org.apache.cxf.common.injection
Classes in org.apache.cxf.common.injection that implement AnnotationVisitor Modifier and Type Class Description class
ResourceInjector
injects references specified using @Resource annotation
-