ExecuteLate

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ExecuteLate

Indicates whether this pass should be executed as late as possible (without breaking any other constraints like ExecuteLast or DependsOn, ...)