@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CommandDscr
| Modifier and Type | Required Element and Description |
|---|---|
int |
code
Return command code
|
public abstract int code
public abstract String name
public abstract CommandFlag[] flags
public abstract long appId
public abstract Child[] childs
Copyright © 2016. All Rights Reserved.