Searched defs:fieldAnnotations (Results 1 – 2 of 2) sorted by relevance
154 private final ImmutableList<String> fieldAnnotations; field in AutoValueOrOneOfProcessor.Property164 ImmutableList<String> fieldAnnotations, in Property()389 ImmutableList<String> fieldAnnotations = in propertySet() local
171 List<String> fieldAnnotations = new ArrayList<>(); field in PropertyAnnotationsTest.OutputFileBuilder