blob: 7fc0626cb61c07c6a816f9971de43c93a98e9099 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 RCP Vision (http://www.rcp-vision.com) 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:
* Lorenzo Bettini - initial API and implementation
*******************************************************************************/
package org.eclipse.emf.edit.ui.provider;
/**
* Empty stub Java type that is used ONLY by the DSL when running in standalone
* mode, i.e., through the xtext-maven-plugin.
*
* @author Lorenzo Bettini
*
*/
public class AdapterFactoryLabelProvider {
}