Document that SpEL expressions using bean references are not compilable #33363
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: documentation
A documentation task
Milestone
In a recent discussion, it came up that some developers are under the impression that SpEL expressions using bean references (for example,
@service.url
) are compilable; however, theBeanReference
AST node does not support compilation.Thus, we should document that in the Compiler Limitations section of the reference documentation.
The text was updated successfully, but these errors were encountered: