Searched defs:Retention (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/annotation/
H A DRetention.java30 * be retained. If no Retention annotation is present on
34 * <p>A Retention meta-annotation has effect only if the
43 @Retention(RetentionPolicy.RUNTIME)
45 public @interface Retention { interface

Completed in 149 milliseconds