Home
last modified time | relevance | path

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

/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoOneOfProcessor.java273 Optional<String> nullableAnnotationForMethod(ExecutableElement propertyMethod) { in nullableAnnotationForMethod() method in AutoOneOfProcessor
DAutoValueishProcessor.java469 abstract Optional<String> nullableAnnotationForMethod(ExecutableElement propertyMethod); in nullableAnnotationForMethod() method in AutoValueishProcessor
503 Optional<String> nullableAnnotation = nullableAnnotationForMethod(propertyMethod); in propertySet()
DAutoBuilderProcessor.java452 Optional<String> nullableAnnotationForMethod(ExecutableElement propertyMethod) { in nullableAnnotationForMethod() method
DAutoValueProcessor.java449 Optional<String> nullableAnnotationForMethod(ExecutableElement propertyMethod) { in nullableAnnotationForMethod() method in AutoValueProcessor