| Package | Description | 
|---|---|
| org.springframework.core.type.classreading | Support classes for reading annotation and class-level metadata. | 
| org.springframework.util | Miscellaneous utility classes, such as String manipulation utilities,
 a Log4J configurer, and a state holder for paged lists of objects. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected LinkedMultiValueMap<String,AnnotationAttributes> | MethodMetadataReadingVisitor. attributesMapDeprecated.  | 
| protected LinkedMultiValueMap<String,AnnotationAttributes> | AnnotationMetadataReadingVisitor. attributesMapDeprecated.  Declared as a  LinkedMultiValueMapinstead of aMultiValueMapto ensure that the hierarchical ordering of the entries is preserved. | 
| Modifier and Type | Method and Description | 
|---|---|
| LinkedMultiValueMap<K,V> | LinkedMultiValueMap. clone()Create a regular copy of this Map. | 
| LinkedMultiValueMap<K,V> | LinkedMultiValueMap. deepCopy()Create a deep copy of this Map. |