-
Type:
Sub-task
-
Resolution: Not an Issue
-
Priority:
P3
-
None
-
Affects Version/s: 8
-
Component/s: tools
For the following code:
Thing t = new @X Thing();
The corresponding new instruction in bytecode will have an @X annotation. However, the corresponding constructor invocation will not.
Thing t = new @X Thing();
The corresponding new instruction in bytecode will have an @X annotation. However, the corresponding constructor invocation will not.