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

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

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

Methods in org.apache.cxf.tools.common.model that return JAnnotation
 JAnnotation JavaParameter.getAnnotation(String tag)
           
 

Methods in org.apache.cxf.tools.common.model that return types with arguments of type JAnnotation
 Map<String,JAnnotation> JavaMethod.getAnnotationMap()
           
 Collection<JAnnotation> JavaMethod.getAnnotations()
           
 Collection<JAnnotation> JavaParameter.getAnnotations()
           
 List<JAnnotation> JavaField.getAnnotations()
           
 List<JAnnotation> JavaInterface.getAnnotations()
           
 

Methods in org.apache.cxf.tools.common.model with parameters of type JAnnotation
 void JavaField.addAnnotation(JAnnotation anno)
           
 void JavaInterface.addAnnotation(JAnnotation annotation)
           
 void JavaMethod.addAnnotation(String tag, JAnnotation annotation)
           
 void JavaParameter.addAnnotation(String tag, JAnnotation ann)
           
 



Apache CXF