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

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

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

import org.distributeme.annotation.CombinedService;
import org.distributeme.annotation.DistributeMe;
import org.distributeme.annotation.FailBy;
import org.distributeme.core.failing.RetryCallOnce;

/**
 * TODO comment this class
 *
 * @author lrosenberg
 * @since 18.07.17 08:29
 */
@DistributeMe()
@FailBy(strategyClass=RetryCallOnce.class)
@CombinedService(services = {AccountService.class, AccountAdminService.class})
public class AccountAndAccountAdminService {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy