Searched refs:aRetentionRuntime (Results 1 – 2 of 2) sorted by relevance
37 public static Annotation aRetentionRuntime; field in Annotations87 case RUNTIME: return aRetentionRuntime; in getRetentionPolicyMetaAnnotation()115 aRetentionRuntime = createValueAnnotation(adRetention, "RUNTIME");116 adRetention.tlAnnotationsHere.add(aRetentionRuntime);120 asRetentionRuntime = Collections.singleton(aRetentionRuntime);141 typeQualifierMetaAnnotations.add(aRetentionRuntime);
129 } else if (tlAnnotationsHere.contains(Annotations.aRetentionRuntime)) { in retention()