Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JEAF Generator makes us of the so called builder pattern for Service Objects and POJOs. In case that attributes in the UML model are marked to be readonly, then these attributes can only be set using the builder but not directly using methods on the generated class itself.

...

Transient Modifier for attributes / roles

Using stereotype «Transient» it is possible to add keyword transient to generated code.

Usage of Java Collection Types

...