- All Superinterfaces:
OptionallyNamed
Provides aggregation of services to the "containing" (jar) module.
Implementations of this contract are normally code generated, although then can be programmatically written by the developer for special cases.
Note: instances of this type are not eligible for injection.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(ServiceBinder binder) Called by the provider implementation at bootstrapping time to bind all services / service providers to the service registry.named()
The optional name for this instance.
-
Method Details
-
configure
Called by the provider implementation at bootstrapping time to bind all services / service providers to the service registry.- Parameters:
binder
- the binder used to register the services to the registry
-
named
Description copied from interface:OptionallyNamed
The optional name for this instance.- Specified by:
named
in interfaceOptionallyNamed
- Returns:
- the name associated with this instance or empty if not available or known
-