src/share/classes/java/lang/annotation/Retention.java

Print this page

        

*** 42,48 **** --- 42,52 ---- */ @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.ANNOTATION_TYPE) public @interface Retention { + /** + * Returns the retention policy. + * @return the retention policy + */ RetentionPolicy value(); }