Creates a new private child environment for bindings and other configuration. The returned binder can be used to add and configuration information in this environment. See PrivateModule for details. @return a binder that inherits configuration from this binder. Only exposed configuration on
()
| 396 | * @since 2.0 |
| 397 | */ |
| 398 | PrivateBinder newPrivateBinder(); |
| 399 | |
| 400 | /** |
| 401 | * Instructs the Injector that bindings must be listed in a Module in order to be injected. |