mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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