ExecuteFirst

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

Indicates whether this pass should be executed as the first pass. Note: setting this flag for more than one active pass will yield an error. Note: setting this flag will not activate the pass. You must register the pass manually.