@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NotifyCommand
Notify a command to either server or client.
If the server side VM object is not associated with a given command method,
it won't throw an exception.
- Since:
- 8.0.0
- Author:
- jumperchen
- See Also:
NotifyCommands