]
Antoine Sabot-Durand updated CDI-521:
-------------------------------------
Fix Version/s: 2.0-EDR1
(was: 2.0 (discussion))
Create a Prioritized Interface for SPI element that have a priority
--------------------------------------------------------------------
Key: CDI-521
URL:
https://issues.jboss.org/browse/CDI-521
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Concepts
Affects Versions: 1.2.Final
Reporter: Antoine Sabot-Durand
Fix For: 2.0-EDR1
With the addition of ordering in Observer (CDI-4), we have a collection of element in SPI
that could benefit having a {{getPriority()}} method:
* {{ObserverMethod}}
* {{Bean}} to be able to read alternative priority and give priority for {{Decorator}}
and {{Interceptor}}
Any other place?