Document that SpEL expressions using bean references are not compilable

Closes gh-33363
This commit is contained in:
Sam Brannen
2024-08-10 16:33:55 +03:00
parent bf5e218b35
commit eab96073da

View File

@@ -520,6 +520,7 @@ following kinds of expressions cannot be compiled.
* Expressions using overloaded operators
* Expressions using array construction syntax
* Expressions using selection or projection
* Expressions using bean references
Compilation of additional kinds of expressions may be supported in the future.