JDK-8006816 : [classfile] com.sun.tools.classfile.TypeAnnotation need some improvements and cleanup
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javap
  • Affected Version: 8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2013-01-24
  • Updated: 2016-12-01
Related Reports
Relates :  
Description
1. The usage of variables in the classfile library closely follows or uses the same 
    names provided in the specification, this makes it easy to correlate between the
    spec and the implementation.

2.  It would also be nice if TypeAnnotations provided a Visitor pattern to go through
     the target_info elements similar to the visitor patterns in Annotations class.
Comments
This is more of an RFE than a bug.
16-06-2014

Joel, can you look at this? Thanks.
26-04-2013