CSR :
|
Summary ------- Remove vestigial support for pre-JDK 5.0 GA annotation format. Problem ------- The encoding of `class`-valued annotation members was changed late in JDK 5.0 and core reflection and `javac` recognize both the final format and the superseded one. Solution -------- Remove the vestigial support from core reflection and `javac`. Specification ------------- No specification change.
|