com.google.common.eventbus
@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 © 2010-2018. All Rights Reserved.