Added @Beta annotations to APIs

This commit is contained in:
Jeremy Daggett 2014-04-02 11:13:19 -07:00 committed by Everett Toews
parent 56c9a05369
commit 1814627cfe
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,8 @@ import org.jclouds.rackspace.cloudfiles.v1.functions.RegionToCDNEndpoint;
import org.jclouds.rest.annotations.Delegate;
import org.jclouds.rest.annotations.EndpointParam;
import com.google.common.annotations.Beta;
/**
* Rackspace Cloud Files is an affordable, redundant, scalable, and dynamic storage service
* offering. The core storage system is designed to provide a secure, network-accessible way to
@ -36,6 +38,7 @@ import org.jclouds.rest.annotations.EndpointParam;
* @see CDNApi
* @see SwiftApi
*/
@Beta
public interface CloudFilesApi extends SwiftApi {
/**

View File

@ -53,6 +53,7 @@ import org.jclouds.rest.annotations.QueryParams;
import org.jclouds.rest.annotations.RequestFilters;
import org.jclouds.rest.annotations.ResponseParser;
import com.google.common.annotations.Beta;
import com.google.common.collect.FluentIterable;
/**
* Provides access to the Rackspace Cloud Files CDN API features.
@ -67,6 +68,7 @@ import com.google.common.collect.FluentIterable;
*
* @see {@link CloudFilesApi#cdnApiInRegion(String)}
*/
@Beta
@RequestFilters(AuthenticateRequest.class)
@Consumes(APPLICATION_JSON)
public interface CDNApi extends Closeable {