org.freedesktop.dbus
Annotation Type Position


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Position

Position annotation, to annotate Struct fields to be sent over DBus.


Required Element Summary
 int value
          The order of this field in the Struct.
 

Element Detail

value

public abstract int value
The order of this field in the Struct.