@Module
public interface ProxySuperClassBindingModule
Modifier and Type | Method and Description |
---|---|
ConfigSystem |
bindConfigSystem(ProxyConfigSystem configSystem) |
DBSystem |
bindDBSystem(ProxyDBSystem dbSystem) |
ImportSystem |
bindImportSystem(EmptyImportSystem emptyImportSystem) |
ServerSensor<?> |
bindServerSensor(ServerSensor<java.lang.Object> sensor) |
@Binds DBSystem bindDBSystem(ProxyDBSystem dbSystem)
@Binds ConfigSystem bindConfigSystem(ProxyConfigSystem configSystem)
@Binds ImportSystem bindImportSystem(EmptyImportSystem emptyImportSystem)
@Binds ServerSensor<?> bindServerSensor(ServerSensor<java.lang.Object> sensor)