@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Subscribe
Annotated methods will be invoked asynchronously, but should refrain from expensive operations since that will block the entire event delivery mechanism.
This annotation is a fork of the guava eventbus annotation. This was necessary since we do not want to push the guava library (see http://code.google.com/p/guava-libraries/) onto the shared class path.
Copyright © 2012–2015 Hippo B.V. (http://www.onehippo.com). All rights reserved.