Uses of Class
org.apache.cxf.tools.common.model.JavaAnnotation

Packages that use JavaAnnotation
org.apache.cxf.tools.common.model   
 

Uses of JavaAnnotation in org.apache.cxf.tools.common.model
 

Methods in org.apache.cxf.tools.common.model that return JavaAnnotation
 JavaAnnotation JavaParameter.getAnnotation()
           
 JavaAnnotation JavaField.getAnnotation()
           
 

Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaAnnotation
 java.util.Map<java.lang.String,JavaAnnotation> JavaMethod.getAnnotationMap()
           
 java.util.Collection<JavaAnnotation> JavaMethod.getAnnotations()
           
 

Methods in org.apache.cxf.tools.common.model with parameters of type JavaAnnotation
 void JavaMethod.addAnnotation(java.lang.String tag, JavaAnnotation annotation)
           
 void JavaParameter.setAnnotation(JavaAnnotation anno)
           
 void JavaField.setAnnotation(JavaAnnotation anno)
           
 



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.