org.contextmapper.servicecutter.dsl.validation.ServiceCutterConfigurationDSLValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of context-mapper-dsl Show documentation
Show all versions of context-mapper-dsl Show documentation
Use the ContextMapper DSL in your standalone application.
/*
* generated by Xtext 2.20.0
*/
package org.contextmapper.servicecutter.dsl.validation;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.xtext.validation.AbstractDeclarativeValidator;
public class ServiceCutterConfigurationDSLValidator extends AbstractDeclarativeValidator {
@Override
protected List getEPackages() {
List result = new ArrayList();
result.add(org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.ServiceCutterConfigurationDSLPackage.eINSTANCE);
return result;
}
}