/* * generated by Xtext */ package hu.bme.mit.inf.dslreasoner.ui; import org.eclipse.xtext.ui.guice.AbstractGuiceAwareExecutableExtensionFactory; import org.osgi.framework.Bundle; import com.google.inject.Injector; import hu.bme.mit.inf.dslreasoner.ui.internal.AlloyLanguageActivator; /** * This class was generated. Customizations should only happen in a newly * introduced subclass. */ public class AlloyLanguageExecutableExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory { @Override protected Bundle getBundle() { return AlloyLanguageActivator.getInstance().getBundle(); } @Override protected Injector getInjector() { return AlloyLanguageActivator.getInstance().getInjector(AlloyLanguageActivator.HU_BME_MIT_INF_DSLREASONER_ALLOYLANGUAGE); } }