<html><body><div style="color:#000; background-color:#fff; font-family:verdana, helvetica, sans-serif;font-size:13px"><div dir="ltr" id="yui_3_16_0_1_1431446831745_32052">I wanted to let te team know that I've successfully incorporated the new @Priority annotation into my application and it seems to be working great. My application needs to startup in a particular order and prior to the @Priority annotation I had to create a class whose only job was this prioritization. &nbsp;I never liked this solution. &nbsp;The @Priority annotation is a lot nicer. &nbsp;</div><div dir="ltr" id="yui_3_16_0_1_1431446831745_32052"><br></div><div dir="ltr" id="yui_3_16_0_1_1431446831745_32052">Something I'd like to see in the documentation. The event the application is observing is my StartupConfigurationEvent class. &nbsp;Along side this class I created a StartupConfigurationPriorty class with a public static final int values in it which define the priority of the event processing. &nbsp;It's then very easy to find not only the classes observing that event but it also self documents the priorty without having to dig into each class.&nbsp;</div></div></body></html>