| Declares that the annotated method will be used as a submission handler.
The method should be in the format "doSubmissionName ". The
"do " prefix indicates that it's a submission handler and
the rest of the method name will be used as the name of the submission
(with a lower-cased initial character).
When the element is processed and a submission was received with the
same name as the handler, the handler method will be executed instead of
the "processElement " method.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3701 $ since: 1.5 See Also: Submission |