|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface HandlesMessage
Annotation for message handlers.
MessageHandler
Required Element Summary | |
---|---|
Class<? extends be.fedict.eid.applet.shared.AbstractProtocolMessage> |
value
The message class that this annotated message handler is capable of handling. |
Element Detail |
---|
public abstract Class<? extends be.fedict.eid.applet.shared.AbstractProtocolMessage> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |