Annotation 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
-
Element Details
-
value
double value- Returns:
- priority value for this object
-