public class CetusAnnotation extends PragmaAnnotation
PragmaAnnotation.Event, PragmaAnnotation.Range| Constructor and Description |
|---|
CetusAnnotation()
Constructs an empty cetus annotation.
|
CetusAnnotation(java.lang.String key,
java.lang.Object value)
Constructs a cetus annotation with the given key-value pair.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a string representation of this cetus annotation.
|
containsKeys, getName, parse, toCommentAnnotationattach, clone, detach, get, getAnnotatable, hideAnnotations, setPosition, setSkipPrint, toStringpublic CetusAnnotation()
public CetusAnnotation(java.lang.String key,
java.lang.Object value)
public java.lang.String toString()
toString in class PragmaAnnotation