Home
last modified time | relevance | path

Searched refs:aRetentionRuntime (Results 1 – 2 of 2) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/
DAnnotations.java37 public static Annotation aRetentionRuntime; field in Annotations
87 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);
/external/annotation-tools/scene-lib/src/annotations/el/
DAnnotationDef.java129 } else if (tlAnnotationsHere.contains(Annotations.aRetentionRuntime)) { in retention()