blob: c34f79447d59cfe15377ea2f4f4221801aeede71 [file] [log] [blame]
/*
* generated by Xtext 2.11.0.beta2
*/
package org.eclipse.osbp.xtext.oxtype.validation
/**
* This class contains custom validation rules.
*
* See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#validation
*/
class OXtypeJavaValidator extends AbstractOXtypeValidator {
// 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',
// OXtypePackage.Literals.GREETING__NAME,
// INVALID_NAME)
// }
// }
}