be.fedict.eid.applet.service.impl.handler
Annotation Type HandlesMessage


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface HandlesMessage

Annotation for message handlers.

Author:
Frank Cornelis
See Also:
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

value

public abstract Class<? extends be.fedict.eid.applet.shared.AbstractProtocolMessage> value
The message class that this annotated message handler is capable of handling.

Returns:


Copyright © 2008-2011 FedICT. All Rights Reserved.