- java.lang.Object
-
- org.tentackle.model.print.AnnotationPrinter
-
public class AnnotationPrinter extends java.lang.ObjectPrints the model spec of an annotation.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description AnnotationPrinter(java.lang.String annotation)Creates an annotation printer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringprint()Prints the annotation.
-