> - * <p/>
> - * This class allows overriding of types {@code S}(client) and {@code A}
> - * (asyncClient), so that children can add additional methods not declared 
> here,
> - * such as new features from AWS.
> - * <p/>
> - * 
> - * As this is a popular api, we also allow overrides for type {@code C}
> - * (context). This allows subtypes to add in new feature groups or 
> extensions,
> - * not present in the base api. For example, you could make a subtype for
> - * context, that exposes admin operations.
> - * 
> - * @author Adrian Cole
> - */
> -public class EC2ApiMetadata extends BaseHttpApiMetadata<EC2Api> {
> -
> +public final class EC2ApiMetadata extends BaseHttpApiMetadata<EC2Api> {

yep :)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/159/files#r6641311

Reply via email to