Package groovy.transform.stc

Package groovy.transform.stc Description

Static type checking support with closure signature hints and validation.

@ClosureParams provides compile-time type hints for closures. ClosureSignatureHint is the base for custom hints. Powers static type checking for higher-order functions and DSLs.