org.apache.cxf.tools.common.model
Class JAnnotation
java.lang.Object
org.apache.cxf.tools.common.model.JAnnotation
public final class JAnnotation
- extends Object
JAnnotation
public JAnnotation()
JAnnotation
public JAnnotation(Class t)
getImports
public Set<String> getImports()
getElements
public List<JAnnotationElement> getElements()
addElement
public void addElement(JAnnotationElement element)
getType
public Class getType()
setType
public void setType(Class newType)
toString
public String toString()
- Overrides:
toString in class Object
Apache CXF