Uses of Class
org.apache.cxf.tools.common.model.JAnnotation
-
Packages that use JAnnotation Package Description 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 Modifier and Type Method Description JAnnotationJavaParameter. getAnnotation(String tag)Methods in org.apache.cxf.tools.common.model that return types with arguments of type JAnnotation Modifier and Type Method Description Map<String,JAnnotation>JavaMethod. getAnnotationMap()List<JAnnotation>JavaField. getAnnotations()List<JAnnotation>JavaInterface. getAnnotations()Collection<JAnnotation>JavaMethod. getAnnotations()Collection<JAnnotation>JavaParameter. getAnnotations()Methods in org.apache.cxf.tools.common.model with parameters of type JAnnotation Modifier and Type Method Description voidJavaField. addAnnotation(JAnnotation anno)voidJavaInterface. addAnnotation(JAnnotation annotation)voidJavaMethod. addAnnotation(String tag, JAnnotation annotation)voidJavaParameter. addAnnotation(String tag, JAnnotation ann)
-