]
Mark Paluch commented on CDI-521:
---------------------------------
Submitted code proposal together with PR
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 (discussion)
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?