Other |
---|
5.0 rcFixed |
Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
Name: ss24420 Date: 03/25/2004 This is really a JSR 175 spec bug. Consider this annotation type: @interface A { Class value(); } and the annotation: @A(boolean.class) The element value boolean.class is supposed to be represented in a class file's constant_pool table using a CONSTANT_Class_info structure. However, boolean isn't a class or interface, so it cannot be represented by a CONSTANT_Class_info structure as currently spec'ed. ======================================================================
|