public final class AnnotatedElementKey extends Object implements Comparable<AnnotatedElementKey>
AnnotatedElement on a particular Class
and is suitable as a key.CachedExpressionEvaluator| 构造器和说明 |
|---|
AnnotatedElementKey(AnnotatedElement element,
Class<?> targetClass)
Create a new instance with the specified
AnnotatedElement and
optional target Class. |
public AnnotatedElementKey(AnnotatedElement element, @Nullable Class<?> targetClass)
AnnotatedElement and
optional target Class.public int compareTo(AnnotatedElementKey other)
compareTo 在接口中 Comparable<AnnotatedElementKey>