org.granite.messaging.reflect
Class Reflection.AnnotatedPropertyKey
java.lang.Object
org.granite.messaging.reflect.Reflection.AnnotatedPropertyKey
- All Implemented Interfaces:
- Reflection.SinglePropertyKey
- Enclosing class:
- Reflection
protected static class Reflection.AnnotatedPropertyKey
- extends Object
- implements Reflection.SinglePropertyKey
Reflection.AnnotatedPropertyKey
public Reflection.AnnotatedPropertyKey(Class<?> cls,
Class<? extends Annotation> annotationClass)
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