> +import javax.ws.rs.DELETE;
> +import javax.ws.rs.GET;
> +import javax.ws.rs.HEAD;
> +import javax.ws.rs.PUT;
> +import javax.ws.rs.Path;
> +import javax.ws.rs.PathParam;
> +
> +/**
> + * Date: 30.09.13
> + * Time: 10:38
> + *
> + * @author vitaly.rudenya
> + */
> +@Path("/")
> +@RequestFilters(JoyentBlobRequestSigner.class)
> +public interface JoyentBlobAsyncClient {Api interfaces should extend ``Closeable``. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/188/files#r7139152
