org.codehaus.modello.plugin.java.javasource
Class JAnnotations

java.lang.Object
  extended by org.codehaus.modello.plugin.java.javasource.JAnnotations

public class JAnnotations
extends Object


Constructor Summary
JAnnotations()
           
 
Method Summary
 void appendAnnotation(String annotation)
           
 void print(JSourceWriter jsw)
          prints this Annotations using the given JSourceWriter
 String toString()
          Returns the String representation of this JAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAnnotations

public JAnnotations()
Method Detail

appendAnnotation

public void appendAnnotation(String annotation)

toString

public String toString()
Returns the String representation of this JAnnotations

Overrides:
toString in class 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


Copyright © 2001-2012 Codehaus. All Rights Reserved.