mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b431594021
It was never necessary for SpEL's OptimalPropertyAccessor to be public. Instead, clients should interact with OptimalPropertyAccessor exclusively via the CompilablePropertyAccessor API. In light of that, this commit makes SpEL's OptimalPropertyAccessor private. Closes gh-32410