mirror of
https://github.com/Minres/RDL-Editor.git
synced 2025-07-01 21:43:26 +02:00
Iniital checkin
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -0,0 +1,15 @@
|
||||
/**
|
||||
* generated by Xtext 2.12.0
|
||||
*/
|
||||
package com.minres.rdl.validation;
|
||||
|
||||
import com.minres.rdl.validation.AbstractRDLValidator;
|
||||
|
||||
/**
|
||||
* This class contains custom validation rules.
|
||||
*
|
||||
* See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#validation
|
||||
*/
|
||||
@SuppressWarnings("all")
|
||||
public class RDLValidator extends AbstractRDLValidator {
|
||||
}
|
Reference in New Issue
Block a user