mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b916dc962e
Add warnings to the class-level Javadoc for MergedAnnotations, AnnotatedTypeMetadata, AnnotationMetadata, and MethodMetadata to point out that annotations may be ignored if their attributes reference types that are not present in the classpath. Closes gh-35959