Home
last modified time | relevance | path

Searched refs:componentCreatorAnnotation (Results 1 – 6 of 6) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DComponentCreatorAnnotation.java101 componentCreatorAnnotation -> in rootComponentCreatorAnnotations()
102 !componentCreatorAnnotation.isSubcomponentCreatorAnnotation()) in rootComponentCreatorAnnotations()
110 componentCreatorAnnotation -> in subcomponentCreatorAnnotations()
111 componentCreatorAnnotation.isSubcomponentCreatorAnnotation()) in subcomponentCreatorAnnotations()
119 componentCreatorAnnotation -> in productionCreatorAnnotations()
120 componentCreatorAnnotation.isProductionCreatorAnnotation()) in productionCreatorAnnotations()
/external/dagger2/javatests/dagger/internal/codegen/
DComponentCreatorTestHelper.java46 CompilerMode compilerMode, ComponentCreatorAnnotation componentCreatorAnnotation) { in ComponentCreatorTestHelper() argument
48 this.creatorKind = componentCreatorAnnotation.creatorKind(); in ComponentCreatorTestHelper()
49 this.messages = creatorMessagesFor(componentCreatorAnnotation); in ComponentCreatorTestHelper()
DSubcomponentCreatorRequestFulfillmentTest.java54 CompilerMode compilerMode, ComponentCreatorAnnotation componentCreatorAnnotation) { in SubcomponentCreatorRequestFulfillmentTest() argument
55 super(compilerMode, componentCreatorAnnotation); in SubcomponentCreatorRequestFulfillmentTest()
DSubcomponentCreatorValidationTest.java49 public SubcomponentCreatorValidationTest(ComponentCreatorAnnotation componentCreatorAnnotation) { in SubcomponentCreatorValidationTest() argument
50 super(DEFAULT_MODE, componentCreatorAnnotation); in SubcomponentCreatorValidationTest()
DComponentCreatorTest.java67 ComponentCreatorAnnotation componentCreatorAnnotation, in ComponentCreatorTest() argument
69 super(compilerMode, componentCreatorAnnotation); in ComponentCreatorTest()
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...