com.sun.xml.txw2.annotation
Annotation Type XmlCDATA


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface XmlCDATA

Used along with XmlElement to write a CDATA section, instead of the normal PCDATA.

Author:
Kohsuke Kawaguchi