-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b86
-
other
-
other
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
See http://download.java.net/jdk6/docs/api/javax/management/DescriptorKey.html
Has
@Inherited
@Target(value=METHOD)
These are inconsistent. @Inherited only has meaning when target includes TYPE.
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
See http://download.java.net/jdk6/docs/api/javax/management/DescriptorKey.html
Has
@Inherited
@Target(value=METHOD)
These are inconsistent. @Inherited only has meaning when target includes TYPE.
REPRODUCIBILITY :
This bug can be reproduced always.