--- old/src/share/classes/java/lang/annotation/Retention.java 2013-06-24 23:34:55.000000000 -0700 +++ new/src/share/classes/java/lang/annotation/Retention.java 2013-06-24 23:34:55.000000000 -0700 @@ -44,5 +44,9 @@ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.ANNOTATION_TYPE) public @interface Retention { + /** + * Returns the retention policy. + * @return the retention policy + */ RetentionPolicy value(); }