CustomIntegrationConfiguration.java

15 lines | 297 B Blame History Raw Download
package com.salesmanager.core.model.system;

import org.json.simple.JSONAware;

/**
 * Used as a marker interface to commit additional
 * integration module information to the database
 * @author casams1
 *
 */
public interface CustomIntegrationConfiguration extends JSONAware{
	

}