-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b142
-
generic
-
generic
-
Verified
JSR 334 introduces a new flavor of type: a disjunctive type that can (in JDK 7) only be used for exception parameters. The tree API in javac models the type alternatives directly. When running a JSR 269 annotation processor in conjunction with the tree API, it would be preferable if the Element and Type objects corresponding to declaration of a disjunctive type on a exception parameter appeared as disjunctive types as well.
- relates to
-
JDK-6961571 Update visitors to support ARM's ElementKind.RESOURCE_VARIABLE
- Closed