Annotation Interface Position


@Retention(RUNTIME) @Target(FIELD) public @interface Position
Position annotation, to annotate Struct fields to be sent over DBus.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The order of this field in the Struct.
  • Element Details

    • value

      int value
      The order of this field in the Struct.