<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>Hi;<br><br>When @Fires annotation exist in the field of the bean, there is an implicit bean and indeed this bean must be added to the Manager. But then<br>how to differentiate&nbsp; beans with the same API type (Event class) and Binding Type?<br><br>For example;<br><br>Class A{<br>&nbsp; @Fires Event&lt;X&gt; x;<br>}<br><br>Class B{<br>&nbsp;@Fires Event&lt;Y&gt; y;<br>}<br><br>In the tests using the resolveByType(Event.class, new FiresBinding(){}).<br><br>But in this case it throws the AmbigiousDependencyException. How could we resolve this? Or we understood wrongly;<br><br>Thanks;<br><br>Gurkan<br><br></div></div><br>

      </body></html>