Skip to content

Document that annotations are ignored if attributes reference types not present in the classpath #35959

@sbrannen

Description

@sbrannen

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

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: documentationA documentation task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions