Package jakarta.enterprise.inject.spi
Interface Prioritized
- 
- All Known Subinterfaces:
 BuildServices,CDIProvider,ObserverMethod<T>
public interface PrioritizedThis interface allows some SPI implementation to change their priority programmatically.
For instance
ObserverMethodextends this interface to set the observer priority. A custom alternativeBean,InterceptororDecoratormay implement this interface to be activated with a given priority- Since:
 - 2.0
 - Author:
 - Mark Paluch, Antoine Sabot-Durand
 - See Also:
 Bean
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPriority()Returns the priority for this SPI element. 
 -