Collektive Ignore
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.FILE ] )
Indicates that a function, class, or file should not be automatically instrumented with alignment behavior by the Collektive compiler plugin.
This annotation can be used to opt out of automatic alignment injection for specific aggregate DSL constructs when such instrumentation is not desired or would interfere with custom logic.