Class PlainXtextStoExInjectorProvider

  • All Implemented Interfaces:
    javax.inject.Provider<com.google.inject.Injector>

    public class PlainXtextStoExInjectorProvider
    extends GenericXtextStoExStandaloneInjectorProvider
    Provider to get an Injector for the StoEx language. The class is meant to be used in standalone environments. It should never be necessary to get an Injector in OSGi environments.
    • Method Detail

      • getInstance

        public static javax.inject.Provider<com.google.inject.Injector> getInstance()
        Get the instance of the provider.
        Returns:
        The instance.