Unfortunately, there is no CDATA in HTML.
This is a pity, because it would be perfect for adding javadoc comments that include XML, so you don\'t have t
Extending @Fabian's answer, I use both and {@code ...}. Here an example with XML as source code:
/*Outputs data from a result set to an XML
* with following structure:
*
* {@code
*
* gregh
* 487
*
*
*
* }
*
*/
allows you to write code on multiple lines and preserve its structure.
Tested with Eclipse 3.6.1.