Annotation Type 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 value
      The order of this field in the Struct.
    • Element Detail

      • value

        int value
        The order of this field in the Struct.