Invalid Syntax for UML Diagram without actual mistake in the syntax (as far as I can see)

Hi Cube,

It is because when we parse the input signature of attribute/parameter, we expect it to be in the form of:

name: type

So the correct operation signature would be:

+create(entities: Iterable<E>): ResultCollection<E>

Best Regards,

Antony.