Class JAnnotations
java.lang.Object
org.codehaus.modello.plugin.java.javasource.JAnnotations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendAnnotation(String annotation) voidprint(JSourceWriter jsw) prints this Annotations using the given JSourceWritertoString()Returns the String representation of this JAnnotations
-
Constructor Details
-
JAnnotations
public JAnnotations()
-
-
Method Details
-
appendAnnotation
-
toString
-
print
prints this Annotations using the given JSourceWriter- Parameters:
jsw- the JSourceWriter to print to
-