<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>In part 10.2 it says that<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  If the annotation type is already declared as a binding type, interceptor binding type or stereotype using annotations, the<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; annotations are ignored by the Web Bean manager and the XML-based declaration is used.<br><br>What does it mean?<br><br>For example I have a component<br><br>@PaymentType<br>class Payment{} <br><br>where @PaymentType is an binding type, that is annotated with @BindingType.<br><br>In some webbeans-xml file, there is also binding type<br>&lt;myapp:PaymentType&gt;<br>&nbsp;&nbsp;&nbsp; &lt;BindingType/&gt;<br>&lt;/myapp:PaymentType&gt;.<br><br>It means that while webbeans manager scans the Payment component, it does not use @PaymentType on the
 class level?<br><br>Thanks;<br><br>Gurkan Erdogdu<br><br></div></div><br>

      </body></html>