mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-18 00:49:02 +00:00
This commit adds an API that lets individual components contribute code, runtime hints, and protected access information. This ease the cases where code need to be written in a privileged package if necessary and let contributors provide hints for the code they generate. Closes gh-28030