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