Searched defs:extraAnnotations (Results 1 – 3 of 3) sorted by relevance
56 private final ImmutableList<AnnotationSpec> extraAnnotations; field in ComponentGenerator67 ImmutableList<AnnotationSpec> extraAnnotations, in ComponentGenerator()
116 ImmutableList<AnnotationMirror> extraAnnotations, in encodeWithAnnotations()
836 ImmutableList<AnnotationMirror> extraAnnotations = in equalsParameterType() local