Uses of Interface
build.codemodel.dependency.injection.BindingGraphContributor
-
Uses of BindingGraphContributor in build.codemodel.dependency.injection
Fields in build.codemodel.dependency.injection declared as BindingGraphContributorModifier and TypeFieldDescriptionstatic final BindingGraphContributorBindingGraphContributor.NOOPNo-op implementation used until Track 2 installs a real contributor.Methods in build.codemodel.dependency.injection with parameters of type BindingGraphContributorModifier and TypeMethodDescriptionvoidInjectionFramework.setBindingGraphContributor(BindingGraphContributor contributor) Installs aBindingGraphContributorthat will be notified of every binding registration and dependency resolution for all contexts created by this framework.