Searched defs:fieldAnnotations (Results 1 – 3 of 3) sorted by relevance
334 List<AnnotationTypeOrigin> fieldAnnotations = in getAnnotationTypeOrigins() local423 List<AnnotationTypeOrigin> methodAnnotations, List<AnnotationTypeOrigin> fieldAnnotations) { in checkDuplicatedFieldsAnnotations()442 List<AnnotationTypeOrigin> fieldAnnotations) { in checkDuplicatedClassAndFieldAnnotations()
252 private final ImmutableList<String> fieldAnnotations; field in AutoValueishProcessor.GetterProperty260 ImmutableList<String> fieldAnnotations, in GetterProperty()419 ImmutableList<String> fieldAnnotations = in propertySet() local
171 List<String> fieldAnnotations = new ArrayList<>(); field in PropertyAnnotationsTest.OutputFileBuilder