@Retention(value=RUNTIME)
@Inherited
@Target(value=METHOD)
public @interface Synchronized
A handler marked with this annotation is guaranteed to be invoked in a thread-safe manner, that is, no
other running message publication will be able to invoke this handler as long as it has not done its work.
- Author:
- bennidi
Date: 3/31/13