Package org.teavm.common
Interface ServiceRepository
-
- All Known Subinterfaces:
GeneratorContext,InjectorContext,RenderingManager,TeaVMHost
- All Known Implementing Classes:
DependencyAgent,Renderer,TeaVM
public interface ServiceRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TgetService(Class<T> type)
-
-
-
Method Detail
-
getService
<T> T getService(Class<T> type)
-
-