enterpriseDomain/ClassMaker

Generated code customization

Closed this issue · 1 comments

To allow generated code customization there several approaches exist. Current default generator uses Ecore JET templates GenModel's "model" project generation. It could be extended by dynamic templates, which are enough for basic customizations. It's better to have an API for constructing such customizations.
Further may include custom GenModels, generators using other code generation technologies (such as Xtend) and generating additional code of various domain-specific parts of container application.

4ea62d9 allows to customize genmodel setup and thus, provide dynamic templates.
Please, reopen on updates.