-
Enhancement
-
Resolution: Unresolved
-
Minor
-
5.5.0.Final
-
None
-
None
It should be possible to write:
declare Foo
list : List<String>
end
While not supported in rules using the mvel dialect, it makes declared types much more readable, and adds some type-safety to java rules.
Notice that this ticket is NOT related to the possibility of declaring generic classes, such as Foo<T>.