Hi Michael,

Yes, it is available using the org.jboss.weld.experimental.Priority annotation.
Eg:

   public void observeEvent(@Observes @Priority(1) String event)
   {
      System.out.println("OBSERVED: " + event);
   }

Best Regards,

George Gastaldi


On 05/04/2015 12:49 PM, Michael Remijan wrote:
Hi everyone,

Is Observer ordering available yet in the RI?


_______________________________________________
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.