@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Message
The @Message annotation marks a SimpleBamService method as handling
a message. BAM messages are unidirectional packets with a Serializable
payload addressed to a service. The method signature is