spring-framework/spring-context/src/test/java
Sam Brannen 974cacac31 Support nested annotations in ASM-based processing again
Spring Framework 5.0 introduced a regression in ASM-based annotation
processing. Specifically, nested annotations were no longer supported,
and component scanning resulted in an exception if a candidate
component was annotated with an annotation that contained nested
annotations.

This commit fixes this regression by introducing special handling in
AnnotationTypeMapping that supports extracting values from objects of
type TypeMappedAnnotation when necessary.

Closes gh-24375
2020-02-12 10:36:54 +01:00
..
example Support nested annotations in ASM-based processing again 2020-02-12 10:36:54 +01:00
org/springframework Support nested annotations in ASM-based processing again 2020-02-12 10:36:54 +01:00
test Rename test fixture package in spring-beans 2020-01-02 16:01:35 +01:00