Is there a CDI equivalent for EJB's "@DependsOn"? It was not discussed in github.com/jakartaee/cd... from what I read (CC @reza-rahman.bsky.social @emilyjiang.bsky.social )
A frequent request for CDI is to replace EJB as CDI is becoming more and more popular and widely adopted. CDI covers many EJB functionalities with a much easier framework. However, there are some g...