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