dropwizard-guice icon indicating copy to clipboard operation
dropwizard-guice copied to clipboard

AutoConfig should ignore anonymous class

Open jimexist opened this issue 8 years ago • 1 comments

Otherwise this will not work:

rule.manage(new Managed() { /* code */ } );

Because it will attempt to pull the instance from Guice.

jimexist avatar Jan 24 '17 09:01 jimexist

Note: this applies to integration test with DropwizardTestSupport

jimexist avatar Jan 24 '17 09:01 jimexist