langtools/test/tools/javac/lib/DPrinter.java
changeset 17578 46ac954e4a84
parent 15705 c4124695db0c
child 18010 604faee85350
--- a/langtools/test/tools/javac/lib/DPrinter.java	Tue May 14 13:55:35 2013 -0700
+++ b/langtools/test/tools/javac/lib/DPrinter.java	Tue May 14 15:04:06 2013 -0700
@@ -469,6 +469,7 @@
                     indent(+1);
                     printSymbol("tsym", type.tsym, Details.SUMMARY);
                     printObject("constValue", type.constValue(), Details.SUMMARY);
+                    printObject("annotations", type.getAnnotationMirrors(), Details.SUMMARY);
                     type.accept(typeVisitor, null);
                     indent(-1);
             }