mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
This commit expands GeneratedClassHandler to allow invocation of declared fields and methods. Generated proxies have a number of internal fields and methods that are invoked via reflection. See gh-28954