Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin / nemo-editor / org.opendaylight.nemo.tool.eclipse.plugin.editor / xtend-gen / org / opendaylight / nemo / tool / eclipse / plugin / scoping / EditorScopeProvider.java
1 /**
2  * generated by Xtext
3  */
4 package org.opendaylight.nemo.tool.eclipse.plugin.scoping;
5
6 import org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider;
7
8 /**
9  * This class contains custom scoping description.
10  * 
11  * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#scoping
12  * on how and when to use it.
13  */
14 @SuppressWarnings("all")
15 public class EditorScopeProvider extends AbstractDeclarativeScopeProvider {
16 }