Is it necessary to specify the @Any annotation on the @Observer argument (the event object) of an observer method if no other event binding type is specified?<br><br>public void studentRegistered(@Observers @Any RegistrationEvent event) { ... }<br>
^<br> is this annotation required?<br><br>Currently, if the @Any annotation is not present, the observer is not notified. This breaks event tests in a major way if it is not supposed to be required.<br>
<br>-Dan<br clear="all"><br>-- <br>Dan Allen<br>Senior Software Engineer, Red Hat | Author of Seam in Action<br>Registered Linux User #231597<br><br><a href="http://mojavelinux.com">http://mojavelinux.com</a><br><a href="http://mojavelinux.com/seaminaction">http://mojavelinux.com/seaminaction</a><br>
<a href="http://in.relation.to/Bloggers/Dan">http://in.relation.to/Bloggers/Dan</a><br>