Hi everyone, currently running into issues with An...
# kapt
t
Hi everyone, currently running into issues with Annotations generally. I try to achieve to annotate a
Property
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…)