Annotation Interface DBusInterfaceName


@Retention(RUNTIME) @Target(TYPE) public @interface DBusInterfaceName
Force the interface name to be different to the Java class name.
  • Required Element Summary

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

    • value

      String value
      The replacement interface name.