|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface MythProtocolCmd
This annotation describes a protocol command.
Optional Element Summary | |
---|---|
String |
parentCommand
|
MythProtoVersionAnnotation |
protoVersion
|
Class<?> |
responseClass
TODO: currently only used for documentation purposes |
String |
subCommandPos
|
public abstract MythProtoVersionAnnotation protoVersion
public abstract String parentCommand
""
if no parent exists.public abstract String subCommandPos
"1" means in the second IMythPacket
argument.
"0.1" means in the second command-argument of the IMythCommand
public abstract Class<?> responseClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |