Home
last modified time | relevance | path

Searched defs:nullableAnnotationIndex (Results 1 – 1 of 1) sorted by relevance

/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoValueishProcessor.java590 OptionalInt nullableAnnotationIndex = nullableAnnotationIndex(elementAnnotations); in nullableAnnotationFor() local
599 private static OptionalInt nullableAnnotationIndex(List<? extends AnnotationMirror> annotations) { in nullableAnnotationIndex() method in AutoValueishProcessor