Package org.gradle.model
Annotation Type Finalize
-
@Retention(RUNTIME) @Target(METHOD) @Incubating public @interface Finalize
Denotes that theRuleSource
method rule carrying this annotation finalizes the rule subject.Finalize rules execute after
Mutate
rules, but beforeValidate
rules. The first parameter of the rule is the rule subject, which is mutable for the duration of the rule.Please see
RuleSource
for more information on method rules.