blob: f5c7cea78dc5628a3ae9322fd47d7789f8a1f88c [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.parsley.dsl.tests.additional;
import org.eclipse.emf.parsley.EmfParsleyJavaGuiceModule;
/**
* @author Lorenzo Bettini
*
*/
public class MyTestJavaGuiceModule extends EmfParsleyJavaGuiceModule {
}