Versions Compared

Key

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

...

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

Reduce visibility of attributes / roles

Using stereotype «Internal» it is possible to change the visibility of generated accessor methods to package visibility.

Usage of derived properties

UML supports so called derived properties. This means that a property can be derived (calculated) from other properties of an object. JEAF Generator also supports derived properties. In the generated Java code this will lead to a getXYZ( ) operation that has to be implemented manually.

...

Usage of Java Collection Types

...