I have a number of OntologyEditFunctions that each edit a number of objects. These currently don’t have the “@Edits” decorator but are used in actions which are working as expected.
When is it required to add the “@Edits” decorator to an OntologyEditsFunctions? When it isn’t required, what benefits are there to using the decorator?