org.freedesktop.dbus
Annotation Type DBusInterfaceName


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface DBusInterfaceName

Force the interface name to be different to the Java class name.


Required Element Summary
 java.lang.String value
          The replacement interface name.
 

Element Detail

value

public abstract java.lang.String value
The replacement interface name.