Class ServiceModule

java.lang.Object
org.openhab.core.model.script.ServiceModule
All Implemented Interfaces:
com.google.inject.Module

public class ServiceModule extends Object implements com.google.inject.Module
Guice module that binds openHAB services
Author:
Simon Kaufmann - Initial contribution
  • Constructor Details

  • Method Details

    • configure

      public void configure(com.google.inject.Binder binder)
      Specified by:
      configure in interface com.google.inject.Module