public class JAnnotations
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
annotations |
Constructor and Description |
---|
JAnnotations() |
Modifier and Type | Method and 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.Object
public void print(JSourceWriter jsw)
jsw
- the JSourceWriter to print to