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
 String value
          The replacement interface name.
 

Element Detail

value

public abstract String value
The replacement interface name.