Lines Matching full:inject
41 "import javax.inject.Singleton;", in componentWithoutScopeIncludesScopedBindings_Fail()
52 "import javax.inject.Inject;", in componentWithoutScopeIncludesScopedBindings_Fail()
53 "import javax.inject.Singleton;", in componentWithoutScopeIncludesScopedBindings_Fail()
57 " @Inject ScopedType(String s, long l, float f) {}", in componentWithoutScopeIncludesScopedBindings_Fail()
66 "import javax.inject.Singleton;", in componentWithoutScopeIncludesScopedBindings_Fail()
95 "import javax.inject.Scope;", in bindsWithChildScope_inParentModule_notAllowed()
112 "import javax.inject.Inject;", in bindsWithChildScope_inParentModule_notAllowed()
115 " @Inject FooImpl() {}", in bindsWithChildScope_inParentModule_notAllowed()
137 "import javax.inject.Singleton;", in bindsWithChildScope_inParentModule_notAllowed()
177 "import javax.inject.Singleton;", in componentWithScopeIncludesIncompatiblyScopedBindings_Fail()
189 "import javax.inject.Scope;", in componentWithScopeIncludesIncompatiblyScopedBindings_Fail()
198 "import javax.inject.Scope;", in componentWithScopeIncludesIncompatiblyScopedBindings_Fail()
209 "import javax.inject.Inject;", in componentWithScopeIncludesIncompatiblyScopedBindings_Fail()
213 " @Inject ScopedType(String s, long l, float f, boolean b) {}", in componentWithScopeIncludesIncompatiblyScopedBindings_Fail()
222 "import javax.inject.Singleton;", in componentWithScopeIncludesIncompatiblyScopedBindings_Fail()
255 // The @Inject binding for ScopedType should not appear here, but the @Singleton binding should. in componentWithScopeIncludesIncompatiblyScopedBindings_Fail()
283 "import javax.inject.Singleton;", in fullBindingGraphValidationDoesNotReportForOneScope()
305 "import javax.inject.Inject;", in fullBindingGraphValidationDoesNotReportInjectBindings()
309 " @Inject UsedInRootRedScoped() {}", in fullBindingGraphValidationDoesNotReportInjectBindings()
315 "import javax.inject.Inject;", in fullBindingGraphValidationDoesNotReportInjectBindings()
319 " @Inject UsedInRootBlueScoped() {}", in fullBindingGraphValidationDoesNotReportInjectBindings()
325 "import javax.inject.Scope;", in fullBindingGraphValidationDoesNotReportInjectBindings()
333 "import javax.inject.Scope;", in fullBindingGraphValidationDoesNotReportInjectBindings()
343 "import javax.inject.Singleton;", in fullBindingGraphValidationDoesNotReportInjectBindings()
374 "import javax.inject.Inject;", in fullBindingGraphValidationDoesNotReportInjectBindings()
378 " @Inject UsedInChildRedScoped() {}", in fullBindingGraphValidationDoesNotReportInjectBindings()
384 "import javax.inject.Inject;", in fullBindingGraphValidationDoesNotReportInjectBindings()
388 " @Inject UsedInChildBlueScoped() {}", in fullBindingGraphValidationDoesNotReportInjectBindings()
401 "import javax.inject.Inject;", in componentWithScopeCanDependOnMultipleScopedComponents()
404 " @Inject SimpleType() {}", in componentWithScopeCanDependOnMultipleScopedComponents()
405 " static class A { @Inject A() {} }", in componentWithScopeCanDependOnMultipleScopedComponents()
406 " static class B { @Inject B() {} }", in componentWithScopeCanDependOnMultipleScopedComponents()
413 "import javax.inject.Scope;", in componentWithScopeCanDependOnMultipleScopedComponents()
422 "import javax.inject.Singleton;", in componentWithScopeCanDependOnMultipleScopedComponents()
435 "import javax.inject.Singleton;", in componentWithScopeCanDependOnMultipleScopedComponents()
497 "import javax.inject.Inject;", in componentWithScopeCanDependOnMultipleScopedComponentsEvenDoingADiamond()
500 " @Inject SimpleType() {}", in componentWithScopeCanDependOnMultipleScopedComponentsEvenDoingADiamond()
507 "import javax.inject.Scope;", in componentWithScopeCanDependOnMultipleScopedComponentsEvenDoingADiamond()
515 "import javax.inject.Scope;", in componentWithScopeCanDependOnMultipleScopedComponentsEvenDoingADiamond()
523 "import javax.inject.Scope;", in componentWithScopeCanDependOnMultipleScopedComponentsEvenDoingADiamond()
589 "import javax.inject.Inject;", in componentWithoutScopeCannotDependOnScopedComponent()
592 " @Inject SimpleType() {}", in componentWithoutScopeCannotDependOnScopedComponent()
600 "import javax.inject.Singleton;", in componentWithoutScopeCannotDependOnScopedComponent()
613 "import javax.inject.Singleton;", in componentWithoutScopeCannotDependOnScopedComponent()
637 "import javax.inject.Inject;", in componentWithSingletonScopeMayNotDependOnOtherScope()
640 " @Inject SimpleType() {}", in componentWithSingletonScopeMayNotDependOnOtherScope()
647 "import javax.inject.Scope;", in componentWithSingletonScopeMayNotDependOnOtherScope()
668 "import javax.inject.Singleton;", in componentWithSingletonScopeMayNotDependOnOtherScope()
693 "import javax.inject.Inject;", in componentScopeWithMultipleScopedDependenciesMustNotCycle()
696 " @Inject SimpleType() {}", in componentScopeWithMultipleScopedDependenciesMustNotCycle()
703 "import javax.inject.Scope;", in componentScopeWithMultipleScopedDependenciesMustNotCycle()
711 "import javax.inject.Scope;", in componentScopeWithMultipleScopedDependenciesMustNotCycle()
788 "import javax.inject.Inject;", in componentScopeAncestryMustNotCycle()
791 " @Inject SimpleType() {}", in componentScopeAncestryMustNotCycle()
798 "import javax.inject.Scope;", in componentScopeAncestryMustNotCycle()
806 "import javax.inject.Scope;", in componentScopeAncestryMustNotCycle()