Interface ServiceRepository

All Known Subinterfaces:
GeneratorContext, InjectorContext, ModuleImporterContext, ProviderContext, RenderingManager, TeaVMHost
All Known Implementing Classes:
DependencyAgent, Renderer, TeaVM

public interface ServiceRepository
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    getService(Class<T> type)
     
  • Method Details

    • getService

      <T> T getService(Class<T> type)