@Module
public interface ProxySuperClassBindingModule
Modifier and Type | Method and Description |
---|---|
ImportSystem |
bindImportSystem(EmptyImportSystem emptyImportSystem) |
ConfigSystem |
bindProxyConfigSystem(ProxyConfigSystem proxyConfigSystem) |
ConnectionSystem |
bindProxyConnectionSystem(ProxyConnectionSystem proxyConnectionSystem) |
DBSystem |
bindProxyDatabaseSystem(ProxyDBSystem proxyDBSystem) |
InfoSystem |
bindProxyInfoSystem(ProxyInfoSystem proxyInfoSystem) |
PlanAPI |
bindProxyPlanAPI(CommonAPI proxyAPI) |
@Binds DBSystem bindProxyDatabaseSystem(ProxyDBSystem proxyDBSystem)
@Binds ConfigSystem bindProxyConfigSystem(ProxyConfigSystem proxyConfigSystem)
@Binds InfoSystem bindProxyInfoSystem(ProxyInfoSystem proxyInfoSystem)
@Binds ConnectionSystem bindProxyConnectionSystem(ProxyConnectionSystem proxyConnectionSystem)
@Binds ImportSystem bindImportSystem(EmptyImportSystem emptyImportSystem)