Package com.blackbuild.klum.ast.layer3
Annotation Interface AutoLink
@Target({METHOD,FIELD})
@Retention(RUNTIME)
@WriteAccess(LIFECYCLE)
@Documented
public @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.