org.granite.messaging.reflect
Class Reflection.AnnotatedPropertyKey

java.lang.Object
  extended by org.granite.messaging.reflect.Reflection.AnnotatedPropertyKey
All Implemented Interfaces:
Reflection.SinglePropertyKey
Enclosing class:
Reflection

protected static class Reflection.AnnotatedPropertyKey
extends Object
implements Reflection.SinglePropertyKey


Constructor Summary
Reflection.AnnotatedPropertyKey(Class<?> cls, Class<? extends Annotation> annotationClass)
           
 
Method Summary
 boolean equals(Object obj)
           
 Class<? extends Annotation> getAnnotationClass()
           
 Class<?> getCls()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflection.AnnotatedPropertyKey

public Reflection.AnnotatedPropertyKey(Class<?> cls,
                                       Class<? extends Annotation> annotationClass)
Method Detail

getCls

public Class<?> getCls()

getAnnotationClass

public Class<? extends Annotation> getAnnotationClass()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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