Annotation Interface HasPriority


@Retention(RUNTIME) @Documented public @interface HasPriority
Annotation for objects that have a priority that can be used for sorting purposes. The priority is represented as a double so that it's always possible to place an object's priority between two existing priorities (within the limits of double representation).
Since:
4.0.0
Author:
ignazio
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    double
     
  • Element Details

    • value

      double value
      Returns:
      priority value for this object