Mircea Markus created ISPN-3642:
-----------------------------------
Summary: make isPre() an annotation on the @Lister API
Key: ISPN-3642
URL:
https://issues.jboss.org/browse/ISPN-3642
Project: Infinispan
Issue Type: Enhancement
Components: Core API
Reporter: Mircea Markus
Assignee: Mircea Markus
the users should be able to configure @Listeners like this:
@Listener(pre=true, after=false)
public void entryCreated(CacheEntryEvent e) {
//e.isPre() is no longer needed here
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira