Package com.xpdustry.distributor.common.annotation
@NullMarked
package com.xpdustry.distributor.common.annotation
-
Annotation InterfacesClassDescriptionMarks a method as an event handler, meaning it will be called by a
EventManagerwhen its corresponding event is posted.Marks a method as a task handler, meaning it will be registered and called as a scheduled task in thePluginScheduler.