Annotation Interface DBusMemberName


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface DBusMemberName
Force the member (method/signal) name on the bus to be different to the Java name.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The replacement member name.
  • Element Details

    • value

      String value
      The replacement member name.