org.apache.openjpa.persistence.util
Class SourceCode.Annotation
java.lang.Object
org.apache.openjpa.persistence.util.SourceCode.Annotation
- Enclosing class:
- SourceCode
public class SourceCode.Annotation
- extends java.lang.Object
Represents annotation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addArgument
public SourceCode.Annotation addArgument(java.lang.String key,
java.lang.String v,
boolean quote)
addArgument
public SourceCode.Annotation addArgument(java.lang.String key,
java.lang.String v)
addArgument
public SourceCode.Annotation addArgument(java.lang.String key,
java.lang.String[] vs)
addArgument
public <K,V> SourceCode.Annotation addArgument(SourceCode.Argument<K,V> arg)
write
public void write(java.io.PrintWriter out,
int tab)