@Retention(value=RUNTIME) @Target(value=METHOD) public @interface NodeMoved
Cache.move(org.jboss.cache.Fqn,org.jboss.cache.Fqn)
API.
Methods annotated with this annotation should accept a single
parameter, a NodeMovedEvent
otherwise a IncorrectCacheListenerException
will be thrown when registering your listener.CacheListener
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.