Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.1, 3.0
-
None
Description
"EL 3.0 Spec Section 2.2.1 Set Construction" defines the possibility to construct an instance of java.lang.util.Set<Object> by using syntax "
{1, 2, 3}", the strict grammar is given below.
2.2.1.1 Syntax
SetData := ‘
’
DataList := (expression (‘,’ expression)* )?