public class CodeAnnotation extends Annotation
| Constructor and Description |
|---|
CodeAnnotation(java.lang.String code)
Constructs a new code annotation with the given code.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string representation of this code annotation.
|
attach, clone, detach, get, getAnnotatable, hideAnnotations, setPosition, setSkipPrint, toStringpublic CodeAnnotation(java.lang.String code)
public java.lang.String toString()
toString in class Annotation