[weld-commits] Weld SVN: r4951 - cdi-tck/trunk/impl/src/main/resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Nov 10 04:49:43 EST 2009


Author: shane.bryzak at jboss.com
Date: 2009-11-10 04:49:43 -0500 (Tue, 10 Nov 2009)
New Revision: 4951

Modified:
   cdi-tck/trunk/impl/src/main/resources/tck-audit-int.xml
Log:
interceptors audit update


Modified: cdi-tck/trunk/impl/src/main/resources/tck-audit-int.xml
===================================================================
--- cdi-tck/trunk/impl/src/main/resources/tck-audit-int.xml	2009-11-10 08:51:54 UTC (rev 4950)
+++ cdi-tck/trunk/impl/src/main/resources/tck-audit-int.xml	2009-11-10 09:49:43 UTC (rev 4951)
@@ -57,6 +57,18 @@
       </assertion>
     </group>
     
+    <assertion id="ka">
+      <text>An interceptor implementation is not required to support the deployment descriptor approach to specifying interceptor metadata.</text>
+    </assertion>
+    
+    <assertion id="kb">
+      <text>The |@Interceptor| annotation may be used to explicitly designate a class as an interceptor class.  Support for this annotation is not required.</text>
+    </assertion>
+    
+    <assertion id="kc">
+      <text>The |@InterceptorBinding| annotation specifies that an annotation type is an interceptor binding type.  Support for this annotation is not required.</text>
+    </assertion>
+    
     <assertion id="l" testable="false">
       <text>Default interceptors may be defined using the deployment descriptor.</text>
     </assertion>



More information about the weld-commits mailing list