Package com.xpdustry.distributor.api.annotation


package com.xpdustry.distributor.api.annotation
  • Class
    Description
    Marks 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 EventBus when 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 the PluginScheduler.