public class JAnnotations extends Object
Constructor | Description |
---|---|
JAnnotations() |
Modifier and Type | Method | 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–2018 Codehaus Plexus. All rights reserved.