mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
4b9e3a9211
This commit introduces tests for looking up annotations on parameters in constructors for nested and inner classes via Spring's MethodParameter abstraction. The test for an inner class is currently disabled since it fails on JDK 8. See JIRA issue for details. Issue: SPR-16652