Invalidation Trace Table Api Checker
Checker to validate use cases of the ComposableInvalidationTraceTable API.
Currently, two validations are supported:
TraceTableApiAccessChecker: Using an API annotated with
@ComposableScopeoutside of a Composable function, or using theComposableInvalidationTraceTableAPI in a file that does not create aComposableInvalidationTraceTable, will raise an error.ComposableNameExpressionChecker: Raises an error if the argument to
ComposableNameis not hardcoded as a string.