Otherwise this will not work: ```java rule.manage(new Managed() { /* code */ } ); ``` Because it will attempt to pull the instance from Guice.
Otherwise this will not work:
Because it will attempt to pull the instance from Guice.