@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface EReplyInfo
ERequestMessage. This annotation contains
the EReplyMessage classes which may be sent in reply
to this request. The class EReplyMessage does not
need to be listed since it that message is allowed for all
request messages.
This annotation is cumulative from ERequestMessage
down through extending request message classes. Since
ERequestMessage defines EReplyInfo to allow
EReplyMessage as a reply. This means
EReplyMessage may be sent in reply to any request.
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends EReplyMessage>[] |
replyMessageClasses
Returns the message classes which may be sent in reply
to a request message.
|
public abstract Class<? extends EReplyMessage>[] replyMessageClasses
Copyright © 2019. All rights reserved.