mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8013852: update reference impl for type-annotations
Co-authored-by: Steve Sides <steve.sides@oracle.com> Co-authored-by: Joel Borggren-Franck <joel.franck@oracle.com> Co-authored-by: Alex Buckley <alex.buckley@oracle.com> Reviewed-by: jjg
This commit is contained in:
parent
ac02470255
commit
54582cab82
103 changed files with 4087 additions and 999 deletions
|
@ -469,6 +469,7 @@ public class DPrinter {
|
|||
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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue