Home
last modified time | relevance | path

Searched refs:standardDefs (Results 1 – 3 of 3) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/
DAnnotations.java61 public static Set<AnnotationDef> standardDefs; field in Annotations
154 standardDefs = new LinkedHashSet<AnnotationDef>();
155 standardDefs.add(adTarget);
156 standardDefs.add(adDocumented);
157 standardDefs.add(adRetention);
/external/annotation-tools/scene-lib/src/annotations/io/classfile/
DClassAnnotationSceneReader.java86 for (AnnotationDef ad : Annotations.standardDefs) { in initAdefs()
/external/annotation-tools/scene-lib/src/annotations/io/
DIndexFileParser.java1609 for (AnnotationDef ad : Annotations.standardDefs) { in IndexFileParser()