<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Michael,<br>
<br>
Yes, it is available using the org.jboss.weld.experimental.Priority
annotation.<br>
Eg: <br>
<br>
public void observeEvent(@Observes @Priority(1) String event)<br>
{<br>
System.out.println("OBSERVED: " + event);<br>
}<br>
<br>
Best Regards,<br>
<br>
George Gastaldi<br>
<br>
<br>
<div class="moz-cite-prefix">On 05/04/2015 12:49 PM, Michael Remijan
wrote:<br>
</div>
<blockquote
cite="mid:2006485403.1128053.1430754596690.JavaMail.yahoo@mail.yahoo.com"
type="cite">
<div style="color:#000; background-color:#fff;
font-family:verdana, helvetica, sans-serif;font-size:13px">
<div id="yui_3_16_0_1_1430747956532_43698">Hi everyone,</div>
<div id="yui_3_16_0_1_1430747956532_43698"><br>
</div>
<div id="yui_3_16_0_1_1430747956532_43698" dir="ltr">Is Observer
ordering available yet in the RI?</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
cdi-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cdi-dev@lists.jboss.org">cdi-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/cdi-dev">https://lists.jboss.org/mailman/listinfo/cdi-dev</a>
Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (<a class="moz-txt-link-freetext" href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a>). For all other ideas provided on this list, the provider waives all patent and other intellectual property rights inherent in such information.</pre>
</blockquote>
<br>
</body>
</html>