com.google.inject
Interface Module

All Known Implementing Classes:
AbstractModule, ServletModule

public interface Module

Implemented by classes which configure a container. Useful for encapsulating and reusing configuration logic.


Method Summary
 void configure(ContainerBuilder builder)
          Configures the given builder.
 

Method Detail

configure

void configure(ContainerBuilder builder)
Configures the given builder.