public class JAnnotations extends Object
| Constructor and Description |
|---|
JAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendAnnotation(String annotation) |
void |
print(JSourceWriter jsw)
prints this Annotations using the given JSourceWriter
|
String |
toString()
Returns the String representation of this JAnnotations
|
public void appendAnnotation(String annotation)
public String toString()
public void print(JSourceWriter jsw)
jsw - the JSourceWriter to print toCopyright © 2001-2016 Codehaus. All Rights Reserved.