/* * generated by Xtext */ package org.example.xbase.expressions.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Use this class to register components to be used within the IDE. */ public class ExpressionsUiModule extends org.example.xbase.expressions.ui.AbstractExpressionsUiModule { public ExpressionsUiModule(AbstractUIPlugin plugin) { super(plugin); } }