Interface ModuleBuilder

All Known Subinterfaces:
ModuleBuilder0<T>, ModuleBuilder1<T>
All Known Implementing Classes:
ModuleBuilderImpl

public interface ModuleBuilder
This interface is used to restrict the DSL. Basically, it disallows any methods from ModuleBuilder0 not listed below to be called without previously calling bind(...).