Hi Antoine;

It could be good to use @Priority annotation on CDI producers methods like below;

@Produces
@Priority(100)
public AClass procudeA(){

}

What do you think for that?

Thanks

2016-07-26 17:21 GMT+03:00 Antoine Sabot-Durand <antoine@sabot-durand.net>:
Hi all,

Just to point you the result ballot for JSR 250 MR including @Priority modification:


I still don't have any confirmation regarding the official release date...

Antoine

_______________________________________________
cdi-dev mailing list
cdi-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/cdi-dev

Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (http://www.apache.org/licenses/LICENSE-2.0.html). For all other ideas provided on this list, the provider waives all patent and other intellectual property rights inherent in such information.



--
Rahman USTA