Package org.qi4j.api.service.importer

Service Importers.

See:
          Description

Class Summary
InstanceImporter<T> Return a predefined service instance that was provided as meta-info.
NewObjectImporter<T> Import Services using a new registered Object instance.
ServiceInstanceImporter<T> Use a registered service that implements ServiceImporter to do the actual import.
ServiceSelectorImporter<T> If several services are available with a given type, and you want to constrain the current module to use a specific one, then use this importer.
 

Package org.qi4j.api.service.importer Description

Service Importers.