Uses of Class
network.oxalis.commons.settings.SettingsBuilder
-
Packages that use SettingsBuilder Package Description network.oxalis.commons.settings -
-
Uses of SettingsBuilder in network.oxalis.commons.settings
Methods in network.oxalis.commons.settings that return SettingsBuilder Modifier and Type Method Description static <T> SettingsBuilder<T>SettingsBuilder. with(com.google.inject.Binder binder, Class<T> cls)Binds the annotations of the supplied configuration enum as guice names with the values obtained from typesafe config.
-