Package org.freedesktop.dbus.annotations
Annotation Type DBusInterfaceName
-
@Retention(RUNTIME) @Target(TYPE) public @interface DBusInterfaceName
Force the interface name to be different to the Java class name.
-
-
Element Detail
-
value
String value
The replacement interface name.- Returns:
- value
-
-