org.apache.cxf.tools.common.model
Class JAnnotation
java.lang.Object
org.apache.cxf.tools.common.model.JAnnotation
public final class JAnnotation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JAnnotation
public JAnnotation()
JAnnotation
public JAnnotation(java.lang.Class t)
getImports
public java.util.Set<java.lang.String> getImports()
getElements
public java.util.List<JAnnotationElement> getElements()
addElement
public void addElement(JAnnotationElement element)
getType
public java.lang.Class getType()
setType
public void setType(java.lang.Class newType)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Apache CXF