Package com.xpdustry.distributor.api.annotation
package com.xpdustry.distributor.api.annotation
-
ClassDescriptionMarks a method as asynchronous, meaning it will be executed outside the main thread.Marks 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.