> +
> +/**
> + * Provides access to the OpenStack Object Storage (Swift) Account API 
> features.
> + *
> + * <p/>
> + * Account metadata prefixed with {@code X-Account-Meta-} will be converted
> + * appropriately using a binder/parser.
> + * <p/>
> + * This API is new to jclouds and hence is in Beta. That means we need 
> people to use it and give us feedback. Based
> + * on that feedback, minor changes to the interfaces may happen. This code 
> will replace
> + * org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is 
> recommended you adopt it sooner than later.
> + *
> + *
> + * @see {@link Account}
> + */
> +@Beta

so this is 2 parts. one is the comment (which says please stop using api/swift) 
that is probably a keeper. The other is the `@Beta` annotation. That's probably 
something we could remove, now, but doesn't harm to remove that when we have a 
release date for 2.0.

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

Reply via email to