Actifsource

#6755 [Story/Core] Support auto decorating

Actifsource code generator for any programming language
Release: Actifsource V11.1.0

It should be possible to define auto decorating.

The configuration options are:

  • NoneAutoDecorating: Auto decorating is disabled.
  • AddDecorator: Add missing decorators.
  • RemoveDecorator: Remove decorators if the target not exist.
  • AddRemoveDecorator: Add missing decorators and remove decorators if the target not exist.

6755 1 AutoDecoration1

6755 2 AutoDecoration3
The performance of the runtime synchronisation is set via the properties.

6755 3 AutoDecoration2

There is an example project on GitHub:

  • ​https://github.com/actifsource/ch.actifsource.example.autodecoration