/* * generated by Xtext */ package org.opendaylight.nemo.tool.eclipse.plugin.validation //import org.eclipse.xtext.validation.Check /** * This class contains custom validation rules. * * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#validation */ class EditorValidator extends AbstractEditorValidator { // public static val INVALID_NAME = 'invalidName' // // @Check // def checkGreetingStartsWithCapital(Greeting greeting) { // if (!Character.isUpperCase(greeting.name.charAt(0))) { // warning('Name should start with a capital', // MyDslPackage.Literals.GREETING__NAME, // INVALID_NAME) // } // } }