Class JAnnotations
- java.lang.Object
-
- org.codehaus.modello.plugin.java.javasource.JAnnotations
-
public class JAnnotations extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JAnnotations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendAnnotation(java.lang.String annotation)voidprint(JSourceWriter jsw)prints this Annotations using the given JSourceWriterjava.lang.StringtoString()Returns the String representation of this JAnnotations
-
-
-
Method Detail
-
appendAnnotation
public void appendAnnotation(java.lang.String annotation)
-
toString
public java.lang.String toString()
Returns the String representation of this JAnnotations- Overrides:
toStringin classjava.lang.Object- Returns:
- the String representation of this JAnnotations
-
print
public void print(JSourceWriter jsw)
prints this Annotations using the given JSourceWriter- Parameters:
jsw- the JSourceWriter to print to
-
-