EventHandler

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class EventHandler(val priority: EventPriority = EventPriority.NORMAL, val ignoreCancelled: Boolean = false)

Marks a method as an event handler.

Properties

Link copied to clipboard
Link copied to clipboard