-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: documentationA documentation taskA documentation task
Milestone
Description
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 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)Issues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: documentationA documentation taskA documentation task