InProgress
annotation class InProgress(val backends: String, val owner: String = "", val issue: String = "")(source)
Annotation to mark classes or functions as in progress for specific backends.
Parameters
backends
List of backend names where this feature is in progress
owner
The person or team responsible for the implementation
issue
URL or identifier for the tracking issue