blob: 5e4d4851405a3a6d8c5dafd17aa507427ae2f5ad [file]
interface NotAnAnnotation
@Deprecated("Warning", level = DeprecationLevel.WARNING)
@RequiresOptIn
@Retention(AnnotationRetention.BINARY)
annotation class Warning
@Deprecated("Error", level = DeprecationLevel.ERROR)
@RequiresOptIn
annotation class Error