Package com.xpdustry.distributor.api.annotation
package com.xpdustry.distributor.api.annotation
-
ClassDescriptionMarks a method as an event handler, meaning it will be called by the
EventBuswhen its corresponding event is posted.A centralized mechanism for processing annotations of plugin objects.Marks a method as a task handler, meaning it will be registered and called as a scheduled task in thePluginScheduler.Marks a method as a trigger handler, meaning it will be called by theEventBuswhen its corresponding trigger is posted.