Hi, I'm not sure what annotations allow me to do. ...
# getting-started
l
Hi, I'm not sure what annotations allow me to do. I have a lot of models that share some fields, can I use annotations like
Copy code
@CustomAnnotation
class CustomClass
and now
CustomClass
will have the property
val id: String
?