> +import org.jclouds.rest.annotations.Fallback;
> +import org.jclouds.rest.annotations.MapBinder;
> +import org.jclouds.rest.annotations.PayloadParam;
> +import org.jclouds.rest.annotations.RequestFilters;
> +import org.jclouds.rest.annotations.ResponseParser;
> +import org.jclouds.rest.annotations.SelectJson;
> +import org.jclouds.rest.annotations.SkipEncoding;
> +
> +import com.google.common.collect.FluentIterable;
> +
> +/**
> + * The API for controlling scaling groups.
> + * A scaling group is a high-level autoscaling concept that encompasses a 
> group configuration, a launch configuration, and a set of scaling policies.
> + * @author Zack Shoylev
> + */
> +@SkipEncoding({'/', '='})

If I am not wrong, these characters are skipped by default. Does it work 
without this annotation?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/22/files#r6019175

Reply via email to