mirror of https://github.com/apache/jclouds.git
move annotation to classes
This commit is contained in:
parent
8891dcf280
commit
d7882bc130
|
@ -49,8 +49,8 @@ import com.google.common.util.concurrent.ListenableFuture;
|
|||
* @see NetworkClient
|
||||
* @author danikov
|
||||
*/
|
||||
@RequestFilters(AddVCloudAuthorizationToRequest.class)
|
||||
public interface MetadataAsyncClient {
|
||||
@RequestFilters(AddVCloudAuthorizationToRequest.class)
|
||||
public static interface Readable extends MetadataAsyncClient {
|
||||
/**
|
||||
* @see MetadataClient.Readable#getMetadata(URISupplier)
|
||||
|
@ -74,6 +74,7 @@ public interface MetadataAsyncClient {
|
|||
@PathParam("key") String key);
|
||||
}
|
||||
|
||||
@RequestFilters(AddVCloudAuthorizationToRequest.class)
|
||||
public static interface Writable extends Readable {
|
||||
/**
|
||||
* @see MetadataClient.Writable#mergeMetadata(URISupplier, Metadata))
|
||||
|
|
Loading…
Reference in New Issue