Hello. I've tried to declare fields with generics in local types, but it seems to be always rejected. For example :
declare MyType
    list : List<String>
end
I've also tried with ArrayList or other concrete classes, but the syntax seems to produce syntax errors. Is this a limitation in type declaration ? An idea ? Thanks for your help. Regards.

View this message in context: Generics in local declared types (Drools 6.0.1 final)
Sent from the Drools: User forum mailing list archive at Nabble.com.