Interface VelocitySuperClassBindingModule
-
@Module public interface VelocitySuperClassBindingModule
Module for binding Velocity specific classes as interface implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListenerSystem
bindListenerSystem(VelocityListenerSystem listenerSystem)
ServerInfo
bindServerInfo(VelocityServerInfo serverInfo)
ServerSensor<java.lang.Object>
bindServerSensor(VelocitySensor sensor)
-
-
-
Method Detail
-
bindServerInfo
@Binds ServerInfo bindServerInfo(VelocityServerInfo serverInfo)
-
bindListenerSystem
@Binds ListenerSystem bindListenerSystem(VelocityListenerSystem listenerSystem)
-
bindServerSensor
@Binds ServerSensor<java.lang.Object> bindServerSensor(VelocitySensor sensor)
-
-