Annotation Type XmlCDATA


@Retention(RUNTIME) @Target(METHOD) public @interface XmlCDATA
Used along with XmlElement to write a CDATA section, instead of the normal PCDATA.
Author:
Kohsuke Kawaguchi