crowdcode-de / KissMDA

Keep It Simple Stupid, MDA!
33 stars 8 forks source link

Cartridge kissmda-cartridges-simple-java: use of Class[1..*] not possible #38

Closed lofidewanto closed 10 years ago

lofidewanto commented 10 years ago

At the moment we cannot use array type something like:

persons: Person[1..*]

directly in attributes, methods return params, etc.

We need to make this possible so it is possible to model without doing something like:

persons: Collection

instead:

persons: Person[1..*]

lofidewanto commented 10 years ago

Done! Example is also updated. Remaining todo: update the documentation: https://github.com/crowdcode-de/KissMDA/wiki/Introduction-App-Developers

lofidewanto commented 10 years ago

Done!