com.anaptecs.jeaf.services.usermanagement.UserManagementMigrationService Maven / Gradle / Ivy
/*
* anaptecs GmbH, Ricarda-Huch-Str. 71, 72760 Reutlingen, Germany
*
* Copyright 2004 - 2019. All rights reserved.
*/
package com.anaptecs.jeaf.services.usermanagement;
import com.anaptecs.jeaf.services.migration.MigrationService;
/**
* Class is the marker interface for the migration of the user management component.
*
* @author JEAF Generator
* @version JEAF Release 1.4.x
*/
public interface UserManagementMigrationService extends MigrationService {
}