blob: 752f19a14e1ad5aa417b72774b8ec412c676125e [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2014-2016 itemis and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* itemis - Initial API and implementation
* itemis - [503063] Provide launching support for Sphinx Workflows
*
* </copyright>
*/
package org.eclipse.sphinx.emf.mwe.dynamic;
/**
* @deprecated Use {@link IModelWorkflowSlots} instead.
*/
@Deprecated
public interface IWorkflowSlots extends IModelWorkflowSlots {
}