Home
last modified time | relevance | path

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

/external/annotation-tools/scene-lib/src/annotations/
DAnnotations.java80 public static Annotation createValueAnnotation(AnnotationDef ad, Object value) { in createValueAnnotation() method in Annotations
115 aRetentionRuntime = createValueAnnotation(adRetention, "RUNTIME");
117 aRetentionClass = createValueAnnotation(adRetention, "CLASS");
118 aRetentionSource = createValueAnnotation(adRetention, "SOURCE");
132 aTargetTypeUse = createValueAnnotation(adTarget,
/external/annotation-tools/scene-lib/test/annotations/tests/executable/
DTestSceneLib.java124 Annotation myAuthor = Annotations.createValueAnnotation(adAuthor, "Matt M."); in testStoreParse1()