public final class JAnnotation extends Object
Constructor and Description |
---|
JAnnotation() |
JAnnotation(Class<?> t) |
Modifier and Type | Method and Description |
---|---|
void |
addElement(JAnnotationElement element) |
List<JAnnotationElement> |
getElements() |
Set<String> |
getImports() |
Class<?> |
getType() |
void |
setType(Class<?> newType) |
String |
toString() |
public JAnnotation()
public JAnnotation(Class<?> t)
public List<JAnnotationElement> getElements()
public void addElement(JAnnotationElement element)
public Class<?> getType()
public void setType(Class<?> newType)
Apache CXF