Inject language reference question

Is there a way to create a shorthand for:

@Language("CSS", prefix = "{ --prop: ", suffix = "; }")

Ideally I’d like to have an annotation CssProp that has those defaults.

However, it doesn’t seem like you can extend an annotation in kotlin like you can in java