* a {@link ServiceInstanceFactory}. Creating a new service manager should be as simple as implementing the
* {@link ServiceInstanceFactory} and creating a subclass of this class:
*
<<<<<<< HEAD
=======
* This class has to be instantiated via Spring, as the BundleContext has to be set as it is BundleContextAware.
*
>>>>>>> e1f967a526a3ddd31cfac4887089c6bea59bd78d
*
* public class ExampleServiceManager extends AbstractServiceManager<ExampleDomain, TheInstanceType> {
* public ExampleServiceManager(ServiceInstanceFactory<ExampleDomain, TheInstanceType> factory) { |