1. Open the Java Architect module preferences panel from the menu bar: Configuration→Modules…​

  2. In the Project Configuration select the Java Architect module

  3. Select and unfold the 'Code generation' group

image

Customization file

Modelio Java Architect uses a specific XML file to define the mapping of base types, containers and the default creation of accessors. See details on its contents.

Copyright file

This file’s content will be added at the beginning of each generated class.
It must contain the word "Copyright" to avoid being reversed.

Generate full name for used classes

Use the fully qualified name for all classes.
Ex: java.io.File instead of File.

Generate "in" parameters as "final"

Generates the "final" java keyword for all parameters having an "in" access mode.

Generate default return code

Generates a default return code in operations having nor 'code' nor 'return code' notes.