@Retention(value=RUNTIME) @Target(value=METHOD) public @interface NodeLoaded
CacheLoader
.
Methods annotated with this annotation should be public and take in a single parameter, a NodeEvictedEvent
otherwise an IncorrectCacheListenerException
will be thrown when registering
your cache listener.CacheListener
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.