All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anotheria.portalkit.services.subscription.SubscriptionServiceFactory Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package net.anotheria.portalkit.services.subscription;

import net.anotheria.anoprise.metafactory.ServiceFactory;
import net.anotheria.portalkit.services.common.spring.SpringHolder;

/**
 * @author Vlad Lukjanenko
 */
public class SubscriptionServiceFactory implements ServiceFactory {

    @Override
    public SubscriptionService create() {
        return SpringHolder.get(SubscriptionService.class);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy