Searched refs:createValueAnnotation (Results 1 – 2 of 2) sorted by relevance
80 public static Annotation createValueAnnotation(AnnotationDef ad, Object value) { in createValueAnnotation() method in Annotations115 aRetentionRuntime = createValueAnnotation(adRetention, "RUNTIME");117 aRetentionClass = createValueAnnotation(adRetention, "CLASS");118 aRetentionSource = createValueAnnotation(adRetention, "SOURCE");132 aTargetTypeUse = createValueAnnotation(adTarget,
124 Annotation myAuthor = Annotations.createValueAnnotation(adAuthor, "Matt M."); in testStoreParse1()