Can you give some example code? If you mean an invocation of a constructor function where the invocation is annotated with <constructor>
in an archetype instantiation: this is what makes constructor functions valuable - they can be used to partially initialize an instance, with parts of the initialization overridden.
1 Like