Class JAnnotation
- java.lang.Object
-
- org.apache.cxf.tools.common.model.JAnnotation
-
public final class JAnnotation extends Object
-
-
Constructor Summary
Constructors Constructor Description JAnnotation()JAnnotation(Class<?> t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddElement(JAnnotationElement element)List<JAnnotationElement>getElements()Set<String>getImports()Class<?>getType()voidsetType(Class<?> newType)StringtoString()
-
-
-
Constructor Detail
-
JAnnotation
public JAnnotation()
-
JAnnotation
public JAnnotation(Class<?> t)
-
-
Method Detail
-
getElements
public List<JAnnotationElement> getElements()
-
addElement
public void addElement(JAnnotationElement element)
-
getType
public Class<?> getType()
-
setType
public void setType(Class<?> newType)
-
-