public final class AnnotatedElementKey extends Object implements Comparable<AnnotatedElementKey>
AnnotatedElement on a particular Class
 and is suitable as a key.CachedExpressionEvaluator| Constructor and Description | 
|---|
AnnotatedElementKey(AnnotatedElement element,
                   Class<?> targetClass)
Create a new instance with the specified  
AnnotatedElement and
 optional target Class. | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(AnnotatedElementKey other)  | 
boolean | 
equals(Object other)  | 
int | 
hashCode()  | 
String | 
toString()  | 
public AnnotatedElementKey(AnnotatedElement element, @Nullable Class<?> targetClass)
AnnotatedElement and
 optional target Class.public int compareTo(AnnotatedElementKey other)
compareTo in interface Comparable<AnnotatedElementKey>