Class | Description |
---|---|
Env | Utility class to read the env system property. |
Helpers | Utility class for managing the dependency container during testing. |
PropertyMapper |
|
Timer | Utility class for monitoring how long the application takes to start. |
Exception | Description |
---|---|
FastRuntimeException | A trick I learned from the Play Framework to short-circuit application execution in a performant way. |