Package org.freedesktop.dbus
Annotation Type 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 java.lang.String
value
The replacement interface name.
-