https://kotlinlang.org logo
o

okkero

02/10/2017, 11:31 AM
So I'm thinking something like this: Given
@A
and
@B
are existing annotations, I want to be able to define an annotation
@C
that is composed out of
@A
and
@B
in such a way that applying
@C
to a member would be the same as applying
@A
and
@B
to said member