Skip to content

Skip Code Generation

You can skip code generation for a class and all its members by specifying the NoCodeGen tagged value or the no code generation Stereotype, and set the value to True.

The NoCodeGen tagged value can be set on packages or class elements.

  • If set on a class the genration for this class and its behavior will be skipped.
  • If set on a package the package and all contained elements and packages will be skipped

Info

  • Embedded Engineer only checks the NoCodeGen tagged value for every package and class contained in the package where the code generation was started.
  • Just before code generation is finished all elements flagged for skipping will be listed in the code generation progress dialog.

Example

Tagged Value

Tagged Value

Tagged Value

Stereotype

Stereotype

Stereotype