org.jclouds.rest.config
Class AnnotatedSyncToAsyncHttpApiProvider<A>

java.lang.Object
  extended by org.jclouds.rest.config.AnnotatedSyncToAsyncHttpApiProvider<A>
All Implemented Interfaces:
javax.inject.Provider<A>

Deprecated. please use DelegatesToInvocationFunction as async interface will be removed in jclouds 1.7.

@Deprecated
@Singleton
public class AnnotatedSyncToAsyncHttpApiProvider<A>
extends Object
implements com.google.inject.Provider<A>


Method Summary
 A get()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public A get()
Deprecated. 
Specified by:
get in interface javax.inject.Provider<A>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.