-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b107
-
generic
-
generic
-
Verified
Currently the generated detail javadoc for the members of annotation type are displayed like
" public abstract ElementType[] value"
from java.lang.annotation.Target. However, these members are methods on an interface (an annotation type is a kind of interface); therefore, just as the methods of an interface shouldn't have the "public abstract" modifiers printed, neither should the members of an annotation type.
" public abstract ElementType[] value"
from java.lang.annotation.Target. However, these members are methods on an interface (an annotation type is a kind of interface); therefore, just as the methods of an interface shouldn't have the "public abstract" modifiers printed, neither should the members of an annotation type.
- relates to
-
JDK-5009943 Javadoc generated for enums could be misleading
-
- Resolved
-
-
JDK-6469562 Use compact notation to display annotation values
-
- Closed
-
-
JDK-8163315 Implement an API to identify an implicitly declared annotation (or declaration)
-
- Resolved
-
-
JDK-8004998 javac should have standard support for a normalized set of modifiers
-
- Open
-