Overview
Annotation search algorithms in Spring Framework typically ignore annotations that cannot be loaded because annotation attributes reference types that are not present in the classpath.
Sometimes these scenarios are logged at WARN, INFO, or DEBUG level; however, we don't actually document when or where this can occur.
We should therefore update the Javadoc and reference manual to point out such scenarios — for example, in MergedAnnotations, AnnotationMetadata, etc.
Related Issues