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