blob: c4d0a29492bbdc8d5c6ac46c05809d7be5f10690 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2011 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:
*
* CEA LIST - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.gmf.diagram.common.factory;
/**
* Default label view Factory for Papyrus custom inner labels.
*/
public class InnerLabelViewFactory extends AbstractLabelViewFactory {
}