Annotation Type ImplementedBy

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<?> value
      Gets the class which serves as the base class which the generated class for this event interface will extend.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int priority
      Gets the priority for this annotation, relative to other annotations in the same hierarchy of the event interface.
    • Element Detail

      • value

        Class<?> value
        Gets the class which serves as the base class which the generated class for this event interface will extend.
        Returns:
        The base class to use
      • priority

        int priority
        Gets the priority for this annotation, relative to other annotations in the same hierarchy of the event interface.

        The annotation with the highest priority will be used.

        Returns:
        The priority to use
        Default:
        1