-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b43
-
generic
-
generic
AnnotationValue.getValue(), via
AnnottationTypeMmeberDeclaration.getDefaultValue().getValue() returns null if annotation interface member is of type 'boolean' (or any other primitive type?)
This is the sample which was processed:
public @interface A3 {
public boolean isit() default false;
}
AnnottationTypeMmeberDeclaration.getDefaultValue().getValue() returns null if annotation interface member is of type 'boolean' (or any other primitive type?)
This is the sample which was processed:
public @interface A3 {
public boolean isit() default false;
}
- relates to
-
JDK-5001739 Problems with toString method on annotation values
- Resolved