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