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

net.anotheria.portalkit.services.account.AccountAdminServiceFactory Maven / Gradle / Ivy

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

import net.anotheria.anoprise.metafactory.ServiceFactory;
import net.anotheria.portalkit.services.common.util.ServiceProxyUtil;

/**
 * {@link AccountAdminService} factory for main implementation.
 * 
 */
public class AccountAdminServiceFactory implements ServiceFactory {

	@Override
	public AccountAdminService create() {
		return ServiceProxyUtil.createServiceProxy(AccountAdminService.class, AccountServiceImpl.INSTANCE, "service", "portal-kit", true, AccountService.class);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy