Timo Gruen
04/06/2021, 2:32 PMProperty
with annotation A
. And i want annotation A
to apply multiple other annotations, such as B
and C
.
As far as i can remember from Java, I simply was able to annotate A
with B
and C
and the Property simply got annotated with all three. Is there any mechanism in Kotlin doing so? (Dunno if one would call it inheritance or not…)