> @ConfiguresRestClient
> public class GlacierRestClientModule extends RestClientModule<GlacierClient,
> GlacierAsyncClient> {
>
> @Override
> protected void configure() {
> super.configure();
> + install(new GlacierParserModule());
Personally, I prefer to separate modules. This module could work without the
parser one, so I'd prefer to remove this line and add the `GlacierParserModule`
to the list of the default modules in the `ApiMetadata`.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/4/files#r12842927