<div>ObserverMethod.notify(T, Set&lt;Annotation&gt;) might work.  It seems minimalistic and would be optionally injected.  I&#39;ve made the relevant code changes to support this; however, I&#39;m not sure the best way to implement the actually injection of Set&lt;Annotation&gt; on an observer method. e.g. void onEvent(@Observes String s, Set&lt;Annotation&gt; qualifiers, &lt;other injection point references&gt;)</div>
<div><br></div><div>Would it be useful for MethodInjectionPoint to define invokeOnInstanceWithSpecialValue(..) allowing more than one special value so the qualifiers could be provided directly?</div><div><br></div><div>Is there a better way to provide the qualifier set as a parameter?</div>

<div><br></div><div><br></div><div><div class="gmail_quote">On Mon, Jan 25, 2010 at 8:37 PM, Gavin King <span dir="ltr">&lt;<a href="mailto:gavin.king@gmail.com" target="_blank">gavin.king@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I think the real problem is with the signature of the notify() method<br>
of this interface:<br>
<br>
<a href="http://docs.jboss.org/cdi/api/1.0/" target="_blank">http://docs.jboss.org/cdi/api/1.0/</a><br>
<div><div></div><div><br>
On Mon, Jan 18, 2010 at 9:49 PM, Jordan Ganoff &lt;<a href="mailto:jganoff@gmail.com" target="_blank">jganoff@gmail.com</a>&gt; wrote:<br>
&gt; Just brainstorming here but:<br>
&gt; 1) Methods could observe the raw Event&lt;Type&gt; to receive all events of that<br>
&gt; type.  Then Event would need to expose the qualifiers publicly - maybe as<br>
&gt; high up as AbstractFacade?<br>
&gt; Something like:  public void allStrings(@Observes Event&lt;String&gt; event);<br>
&gt; 2) Allow registration of a new interface:  EventHandler.<br>
&gt; BeanManager.fireEvent() would be required to fire the event on all<br>
&gt; registered handlers.  The current event observer resolver would be the first<br>
&gt; implementation of this.<br>
&gt; 3) Same idea as #2 but restricted to Portable Extensions.<br>
&gt; Good/bad?<br>
&gt;<br>
&gt; On Mon, Jan 18, 2010 at 5:36 PM, Gavin King &lt;<a href="mailto:gavin.king@gmail.com" target="_blank">gavin.king@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hrm. That&#39;s true. That&#39;s on oversight. Do you have a proposed solution<br>
&gt;&gt; to this problem? I would be open to addressing this issue in the CDI<br>
&gt;&gt; MR.<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Jan 17, 2010 at 11:19 AM, Jordan Ganoff &lt;<a href="mailto:jganoff@gmail.com" target="_blank">jganoff@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; I&#39;m trying to route Events from a portable extension (to be the Seam 3<br>
&gt;&gt; &gt; JMS<br>
&gt;&gt; &gt; module).  After talking to David Allen it seems there is currently no<br>
&gt;&gt; &gt; way to<br>
&gt;&gt; &gt; get the qualifiers for a fired event.  Without the qualifiers it doesn&#39;t<br>
&gt;&gt; &gt; seem like routing outside of Weld-core is possible.  The idea of using<br>
&gt;&gt; &gt; an<br>
&gt;&gt; &gt; Interceptor on BeanManager.fireEvent() would have worked but we can&#39;t<br>
&gt;&gt; &gt; assign<br>
&gt;&gt; &gt; Interceptors to an existing class.<br>
&gt;&gt; &gt; Any ideas?<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Jordan Ganoff<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; weld-dev mailing list<br>
&gt;&gt; &gt; <a href="mailto:weld-dev@lists.jboss.org" target="_blank">weld-dev@lists.jboss.org</a><br>
&gt;&gt; &gt; <a href="https://lists.jboss.org/mailman/listinfo/weld-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/weld-dev</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Gavin King<br>
&gt;&gt; <a href="mailto:gavin.king@gmail.com" target="_blank">gavin.king@gmail.com</a><br>
&gt;&gt; <a href="http://in.relation.to/Bloggers/Gavin" target="_blank">http://in.relation.to/Bloggers/Gavin</a><br>
&gt;&gt; <a href="http://hibernate.org" target="_blank">http://hibernate.org</a><br>
&gt;&gt; <a href="http://seamframework.org" target="_blank">http://seamframework.org</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div>Gavin King<br>
<a href="mailto:gavin.king@gmail.com" target="_blank">gavin.king@gmail.com</a><br>
<a href="http://in.relation.to/Bloggers/Gavin" target="_blank">http://in.relation.to/Bloggers/Gavin</a><br>
<a href="http://hibernate.org" target="_blank">http://hibernate.org</a><br>
<a href="http://seamframework.org" target="_blank">http://seamframework.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Jordan Ganoff<br>
</div>