blob: 5af3ec321f75743367982dcfeb9dda163d0b768f [file] [log] [blame]
/**
* Copyright (c) 2016 CEA LIST
*
* 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:
* Ansgar Radermacher - Initial API and implementation
*
*/
package org.eclipse.papyrus.designer.transformation.extensions;
/**
* Common interface for model transformations. Deliberately left empty to enable specific subclasses,
* here notably copy-handlers or "regular transformations"
*/
public interface IM2MTrafo {
}