dropwizard-guice
dropwizard-guice copied to clipboard
AutoConfig should ignore anonymous class
Otherwise this will not work:
rule.manage(new Managed() { /* code */ } );
Because it will attempt to pull the instance from Guice.
Note: this applies to integration test with DropwizardTestSupport