snowe
02/01/2018, 9:33 PM@Inherited
not apply to interfaces? I have:
@Inherited
@Retention
annotation class Event()
interface BlahEvent { val id: Id }
class BlahBlahEvent : BlahEvent
and event::class.findAnnotation<BlahEvent>()
is returning null (where event
is a BlahBlahEvent
)