Package com.sun.xml.txw2.annotation
Annotation Type XmlCDATA
-
@Retention(RUNTIME) @Target(METHOD) public @interface XmlCDATA
Used along withXmlElement
to 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.