Searched defs:DefaultVisitor (Results 1 – 2 of 2) sorted by relevance
/external/dagger2/java/dagger/hilt/processor/internal/ | ||
D | AnnotationValues.java | 45 private static class DefaultVisitor<T> extends SimpleAnnotationValueVisitor8<T, Void> { class in AnnotationValues |
/external/auto/common/src/main/java/com/google/auto/common/ | ||
D | AnnotationValues.java | 169 private static class DefaultVisitor<T> extends SimpleAnnotationValueVisitor8<T, Void> { class in AnnotationValues |