Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
Responsible for binding service providers to the service registry.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbind(ServiceProvider<?> serviceProvider) Deprecated, for removal: This API element is subject to removal in a future version.Bind a service provider instance into the backingServicesservice registry.
-
Method Details
-
bind
Deprecated, for removal: This API element is subject to removal in a future version.Bind a service provider instance into the backingServicesservice registry.- Parameters:
serviceProvider- the service provider to bind into the service registry
-