spring-framework
spring-framework copied to clipboard
Document support for varargs method and constructor invocations in SpEL
As discussed in https://github.com/spring-projects/spring-framework/issues/33315#issuecomment-2270161230 and subsequent comments in that issue, the language reference for the Spring Expression Language (SpEL) currently does not document support for varargs method, constructor, and function invocations.
We should add notes to the corresponding sections (Constructors, Methods, Functions) to officially document our varargs support in SpEL.