[cdi-dev] [JBoss JIRA] (CDI-458) Give the possibility to deactivate an observer in ProcessObserverMethod
Antoine Sabot-Durand (JIRA)
issues at jboss.org
Fri Sep 5 04:12:59 EDT 2014
Antoine Sabot-Durand created CDI-458:
----------------------------------------
Summary: Give the possibility to deactivate an observer in ProcessObserverMethod
Key: CDI-458
URL: https://issues.jboss.org/browse/CDI-458
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Events, Portable Extensions
Affects Versions: 1.2.Final
Reporter: Antoine Sabot-Durand
Today if a user want to deactivate an observer at deployment time, she needs to observes {{ProcessAnnotatedType}} with {{@WithAnnotation(Observes.class)}} and replace the annotatedType by a new one without the {{@Observes}} annotation. It's quite heavy to manage.
We could add a {{veto()}} method in {{ProcessObserverMethod}} to do this in a far easier and intuitive way.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the cdi-dev
mailing list