Wadl can be configured in Dropwizard 0.7.1 like this:
environment
.jersey()
.getResourceConfig()
.getProperties()
.put(ResourceConfig.FEATURE_DISABLE_WADL, Boolean.FALSE);//Create WADL
How can I set it in Dropwizard 0.8.0