-
Feature Request
-
Resolution: Done
-
Major
-
1.2.Final
-
None
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.