One annotation

Report a typo

Apply the @Delete annotation to the get method of the "data" field.

Write a program in Kotlin
annotation class Delete

// Write code here
class LocalData(var data: String)
___

Create a free account to access the full topic