| com.google.inject.Stage
Stage | public enum Stage (Code) | | The stage we're running in.
author: crazybob@google.com (Bob Lee) |
Field Summary | |
Enum Constant | DEVELOPMENT We want fast startup times and better error reporting at the expense of
runtime performance and some up front error checking. | Enum Constant | PRODUCTION We want to catch errors as early as possible and take performance hits
up front. |
DEVELOPMENT | Enum Constant DEVELOPMENT(Code) | | We want fast startup times and better error reporting at the expense of
runtime performance and some up front error checking.
|
PRODUCTION | Enum Constant PRODUCTION(Code) | | We want to catch errors as early as possible and take performance hits
up front.
|
|
|