Home
last modified time | relevance | path

Searched defs:extraAnnotations (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/root/
DComponentGenerator.java57 private final ImmutableList<AnnotationSpec> extraAnnotations; field in ComponentGenerator
68 ImmutableList<AnnotationSpec> extraAnnotations, in ComponentGenerator()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DTypeEncoder.java113 ImmutableList<AnnotationMirror> extraAnnotations) { in encodeWithAnnotations()
128 ImmutableList<AnnotationMirror> extraAnnotations, in encodeWithAnnotations()
DAutoValueishProcessor.java917 ImmutableList<AnnotationMirror> extraAnnotations = in equalsParameterType() local