> +import java.util.Set;
> +
> +import org.jclouds.location.Region;
> +import org.jclouds.location.functions.RegionToEndpoint;
> +import org.jclouds.openstack.ceilometer.v2.features.MetersApi;
> +import org.jclouds.openstack.ceilometer.v2.features.QueryApi;
> +import org.jclouds.rest.annotations.Delegate;
> +import org.jclouds.rest.annotations.EndpointParam;
> +
> +import com.google.inject.Provides;
> +
> +/**
> + * Provides access to the OpenStack Orchestration (Heat) API.
> + *
> + */
> +public interface CeilometerApi extends Closeable {

Please annotate the API interfaces in this PR with `@Beta`

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

Reply via email to