Construct a builder to use for loading the given context.
Construct a builder to use for loading the given context.
Load an application given the context.
Load an application given the context.
Override some bindings using information from the context.
Override some bindings using information from the context. The default implementation of this method provides bindings that most applications should include.
An ApplicationLoader that uses Guice to bootstrap the application.
Subclasses can override the
builder
andoverrides
methods.