Home
last modified time | relevance | path

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

/external/annotation-tools/scene-lib/src/annotations/
DAnnotations.java38 public static Annotation aRetentionSource; field in Annotations
88 case SOURCE: return aRetentionSource; in getRetentionPolicyMetaAnnotation()
118 aRetentionSource = createValueAnnotation(adRetention, "SOURCE");
121 asRetentionSource = Collections.singleton(aRetentionSource);
/external/annotation-tools/scene-lib/src/annotations/el/
DAnnotationDef.java131 } else if (tlAnnotationsHere.contains(Annotations.aRetentionSource)) { in retention()