Home
last modified time | relevance | path

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

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
DHelpers.java45 private static final AnnotationValueVisitor<String, Void> STRING_VISITOR = field in Helpers
81 return STRING_VISITOR.visit(av); in getAnnotationStringValue()