public class JAnnotations
extends java.lang.Object
| Constructor | Description |
|---|---|
JAnnotations() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
appendAnnotation(java.lang.String annotation) |
|
void |
print(JSourceWriter jsw) |
prints this Annotations using the given JSourceWriter
|
java.lang.String |
toString() |
Returns the String representation of this JAnnotations
|
public void appendAnnotation(java.lang.String annotation)
public java.lang.String toString()
toString in class java.lang.Objectpublic void print(JSourceWriter jsw)
jsw - the JSourceWriter to print to