public interface ServiceInjectionPlanBinder
Responsible for registering the injection plan to the services in the service registry.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The binder builder for the service plan. -
Method Summary
Modifier and TypeMethodDescriptionbindTo
(ServiceProvider<?> serviceProvider) Bind an injection plan to a service provider instance.
-
Method Details
-
bindTo
Bind an injection plan to a service provider instance.- Parameters:
serviceProvider
- the service provider to receive the injection plan.- Returns:
- the binder to use for binding the injection plan to the service provider
-