Class AnnotatedElementKey
java.lang.Object
org.springframework.context.expression.AnnotatedElementKey
- All Implemented Interfaces:
 Comparable<AnnotatedElementKey>
Represents an 
AnnotatedElement in a particular Class
and is suitable for use as a cache key.- Since:
 - 4.2
 - Author:
 - Costin Leau, Stephane Nicoll
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedElementKey(AnnotatedElement element, @Nullable Class<?> targetClass) Create a new instance with the specifiedAnnotatedElementand optional targetClass. - 
Method Summary
 
- 
Constructor Details
- 
AnnotatedElementKey
Create a new instance with the specifiedAnnotatedElementand optional targetClass. 
 - 
 - 
Method Details
- 
equals
 - 
hashCode
 - 
toString
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<AnnotatedElementKey>
 
 -