Annotation Interface EventTag


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface EventTag
Simple annotation to help indicating which methods are able to invoke on a called Event

This annotation has no other use

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the execution priority of this event handler.
  • Element Details

    • priority

      @Nonnull HandlerPriority priority
      Returns the execution priority of this event handler.
      Returns:
      The execution priority of this event handler
      Since:
      1.1
      See Also:
      Default:
      MEDIUM