-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
Jon Bass opened SPR-5479 and commented
If I have an annotation like:
public @interface
Foo {
String value();
Thread.State state() default Thread.State.WAITING;
}
Then the attributes in the AnnotatedBeanDefinition.getMetaData().getAnnotationattributes() always has the default value when I try to get them from a custom bean name generator.
Affects: 2.5.6
Issue Links:
- Regression: AnnotationMetadataReadingVisitor doesn't consider annotation method returning classes (SPR-5477) [SPR-5827] #10497 Regression: AnnotationMetadataReadingVisitor doesn't consider annotation method returning classes (SPR-5477)
Referenced from: commits 213b528
1 votes, 4 watchers
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply