Alessio D'Innocenti

Results 2 issues of Alessio D'Innocenti

In the version before, this was done through AOP advices in the file src/main/resources/extensions/SpecialCases.ext, like in the following snippet: ``` import sculptormetamodel; around transformation::Transformation::modifyUuid(DomainObject domainObject) : null; ```

enhancement