ExportAnnotation

annotation class ExportAnnotation(source)

Implies ExportSymbol, and also exports the annotation's properties in a way that allows annotations to be easily read or created by users of the symbols (e.g. to/from FirAnnotation or IrAnnotation).

Requires any referenced annotation types to also use ExportAnnotation.