-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
b43
-
generic
-
generic
The javac compiler currently inserts two synthetic parameters into the constructors for enum constants. These synthetic parameters should not be visible through the apt mirror api since the parameters do not exist at the source level. This properly should be true regardless of if a source file or class file is used to generate the reflective information.
- relates to
-
JDK-6520205 (enum) Enum constructor has wrong generic parameter types
- Closed