org.jclouds.rest.internal
Class RestAnnotationProcessor.MethodKey

java.lang.Object
  extended by org.jclouds.rest.internal.RestAnnotationProcessor.MethodKey
Enclosing class:
RestAnnotationProcessor<T>

public static class RestAnnotationProcessor.MethodKey
extends Object


Constructor Summary
RestAnnotationProcessor.MethodKey(Method method)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestAnnotationProcessor.MethodKey

public RestAnnotationProcessor.MethodKey(Method method)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.