jdk/langtools/test/tools/javac/processing/options/XprintDocComments.out
Jonathan Gibbons 2730836d77 6877202: Elements.getDocComment() is not getting JavaDocComments
6861094: javac -Xprint <file> does not print comments
6985205: access to tree positions and doc comments may be lost across annotation processing rounds

Reviewed-by: darcy
2010-09-27 14:20:39 -07:00

12 lines
123 B
Text

/**
* CLASS XprintDocComments
*/
class XPrintDocComments {
XPrintDocComments();
/**
* FIELD i;
*/
int i;
}