Annotation Interface Order


@Retention(RUNTIME) @Target({TYPE,METHOD,FIELD}) @Documented public @interface Order
Annotation for objects that are ordered.
Since:
2.0
Author:
Sean Carroll
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The order value.
  • Element Details

    • value

      int value
      The order value. Defaults to zero (no order).
      Returns:
      the order
      Default:
      0