> + * limitations under the License.
> + */
> +package org.jclouds.glacier.domain;
> +
> +import java.beans.ConstructorProperties;
> +
> +import com.google.gson.annotations.SerializedName;
> +
> +/**
> + * Defines attributes to describe a GlacierError
> + *
> + * @author Roman Coedo
> + */
> +public class GlacierError {
> +
> +   @SerializedName("code")

It is OK for now to use `@SerializedName`, but stay tuned to [this 
discussion](http://markmail.org/message/ocwbtvbqmnny5ulq) in the dev@ mailing 
list in case we decide to unify all projects, to change it accordingly, if 
needed.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/4/files#r12843014

Reply via email to