/* * generated by Xtext */ package org.example.build.hello; /** * Initialization support for running Xtext languages * without equinox extension registry */ public class HelloStandaloneSetup extends HelloStandaloneSetupGenerated{ public static void doSetup() { new HelloStandaloneSetup().createInjectorAndDoEMFRegistration(); } }