/* * generated by Xtext */ package gr.upatras.ece.nam.brokerdsl.scoping; import org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider; /** * This class contains custom scoping description. * * see : http://www.eclipse.org/Xtext/documentation/latest/xtext.html#scoping * on how and when to use it * */ public class BrokerDSLScopeProvider extends AbstractDeclarativeScopeProvider { }