Package eu.cloudnetservice.driver.registry


package eu.cloudnetservice.driver.registry
  • Class
    Description
    An annotation which, when applied to a type, indicates that the type should automatically be registered as a service implementation into a service registry.
    This annotation enables the use of registered services from the service registry in an injection context.
    The service registry manages and provides access to service providers.
    Holds the singleton instance of the service registry which is returned by ServiceRegistry.registry().
    A registration for a service in a service registration.