@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Merged
org.infinispan.notifications.cachemanagerlistener.event.MergedEvent otherwise a IncorrectListenerException will be thrown when registering your listener.
Any exceptions thrown by the listener will abort the call. Any other listeners not yet called will not be called,
and any transactions in progress will be rolled back.ListenerCopyright © 2016 JBoss, a division of Red Hat. All rights reserved.