Does Kotlin allow creating composed annotations? E...
# announcements
p
Does Kotlin allow creating composed annotations? E.g. I always use
@Id
with
@GeneratedValue
, can I replace this with
@MyId
somehow? Note that the only targets for the annotations mentioned is
FIELD
and
METHOD
.