-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
generic
-
solaris_8
The following are code review comments from ###@###.###
of the initial set of changes for annotations in J2SE
They should be addressed before beta:
=====
java/lang/annotation/ElementType.java
Missing the associated javadoc for each enum constant which
appears in the spec.
java/lang/annotation/Target.java
[38] "ANNOTATION" in code does not match spec "ANNOTATION_TYPE"
Spec - Declaration of Target.value missing "()".
java/lang/annotation/Target.java
[22] "ANNOTATION" in code does not match spec "ANNOTATION_TYPE"
java/lang/annotation/VisibilityLevel.java
Spec renames to "RetentionPolicy". Missing javadoc which appears in
the spec.
java/lang/annotation/Visibility.java
[10 - 33] Spec is vaguely similar to that in source.
[39] Missing @Retention(RUNTIME)
[40] "ANNOTATION" in code does not match spec "ANNOTATION_TYPE"
java/lang/annotation/Inherited.java
[41] "ANNOTATION" in code does not match spec "ANNOTATION_TYPE"
java/lang/Overrides.java
[13 - 16] Spec vaguely similar to that in source.
of the initial set of changes for annotations in J2SE
They should be addressed before beta:
=====
java/lang/annotation/ElementType.java
Missing the associated javadoc for each enum constant which
appears in the spec.
java/lang/annotation/Target.java
[38] "ANNOTATION" in code does not match spec "ANNOTATION_TYPE"
Spec - Declaration of Target.value missing "()".
java/lang/annotation/Target.java
[22] "ANNOTATION" in code does not match spec "ANNOTATION_TYPE"
java/lang/annotation/VisibilityLevel.java
Spec renames to "RetentionPolicy". Missing javadoc which appears in
the spec.
java/lang/annotation/Visibility.java
[10 - 33] Spec is vaguely similar to that in source.
[39] Missing @Retention(RUNTIME)
[40] "ANNOTATION" in code does not match spec "ANNOTATION_TYPE"
java/lang/annotation/Inherited.java
[41] "ANNOTATION" in code does not match spec "ANNOTATION_TYPE"
java/lang/Overrides.java
[13 - 16] Spec vaguely similar to that in source.
- duplicates
-
JDK-4901290 JSR175 (12): Package annotations
- Resolved