mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00

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
12 lines
123 B
Text
12 lines
123 B
Text
|
|
/**
|
|
* CLASS XprintDocComments
|
|
*/
|
|
class XPrintDocComments {
|
|
|
|
XPrintDocComments();
|
|
/**
|
|
* FIELD i;
|
|
*/
|
|
int i;
|
|
}
|