mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
8f579b3144
In order to make SpelNode compilation aware, this method moves the declaration of isCompilable() and generateCode(...) from SpelNodeImpl to SpelNode. Closes gh-32707