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
@ComposableScope
outside of a Composable function, or using theComposableInvalidationTraceTable
API in a file that does not create aComposableInvalidationTraceTable
, will raise an error.ComposableNameExpressionChecker: Raises an error if the argument to
ComposableName
is not hardcoded as a string.