|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
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
IMythPacket
argument.IMythCommand
public abstract Class<?> responseClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |