@Module
public interface ProxySuperClassBindingModule
Modifier and Type | Method and Description |
---|---|
ImportSystem |
bindImportSystem(EmptyImportSystem emptyImportSystem) |
ConfigSystem |
bindProxyConfigSystem(ProxyConfigSystem proxyConfigSystem) |
DBSystem |
bindProxyDatabaseSystem(ProxyDBSystem proxyDBSystem) |
@Binds DBSystem bindProxyDatabaseSystem(ProxyDBSystem proxyDBSystem)
@Binds ConfigSystem bindProxyConfigSystem(ProxyConfigSystem proxyConfigSystem)
@Binds ImportSystem bindImportSystem(EmptyImportSystem emptyImportSystem)