Annotation Interface AutoLink


Lifecycle method that is called during the auto link phase. Can either be placed on a method or a field of type closure.

AutoLink method should only be used to link existing objects together. If you need to create objects, use AutoCreate instead.