mirror of https://github.com/Minres/RDL-Editor.git
14 lines
298 B
Java
14 lines
298 B
Java
/**
|
|
* generated by Xtext 2.14.0
|
|
*/
|
|
package com.minres.rdl.web;
|
|
|
|
import com.minres.rdl.web.AbstractRDLWebModule;
|
|
|
|
/**
|
|
* Use this class to register additional components to be used within the web application.
|
|
*/
|
|
@SuppressWarnings("all")
|
|
public class RDLWebModule extends AbstractRDLWebModule {
|
|
}
|