@Retention(value=RUNTIME) @Target(value=METHOD) @Beta public @interface AllowConcurrentEvents
This does not mark the method as an event handler, and so should be used
in combination with Subscribe
.
Copyright © 2013 Seam Framework. All Rights Reserved.