> + }
> + }
> +
> + private static class ConcreteBuilder extends Builder<ConcreteBuilder> {
> + @Override
> + protected ConcreteBuilder self() {
> + return this;
> + }
> + }
> +
> + private final URI url;
> + private final Type type;
> +
> + @ConstructorProperties({
> + "url", "type"
> + })[minor] Formatting? I guess this could all go on one line? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/339/files#r11597656
