Searched defs:nullableAnnotationIndex (Results 1 – 1 of 1) sorted by relevance
590 OptionalInt nullableAnnotationIndex = nullableAnnotationIndex(elementAnnotations); in nullableAnnotationFor() local599 private static OptionalInt nullableAnnotationIndex(List<? extends AnnotationMirror> annotations) { in nullableAnnotationIndex() method in AutoValueishProcessor