[weld-commits] Weld SVN: r6733 - core/trunk/impl/src/main/java/org/jboss/weld/metadata/cache.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Jul 20 11:01:09 EDT 2010


Author: marius.bogoevici
Date: 2010-07-20 11:01:08 -0400 (Tue, 20 Jul 2010)
New Revision: 6733

Modified:
   core/trunk/impl/src/main/java/org/jboss/weld/metadata/cache/InterceptorBindingModel.java
Log:
javadoc

Modified: core/trunk/impl/src/main/java/org/jboss/weld/metadata/cache/InterceptorBindingModel.java
===================================================================
--- core/trunk/impl/src/main/java/org/jboss/weld/metadata/cache/InterceptorBindingModel.java	2010-07-20 03:11:09 UTC (rev 6732)
+++ core/trunk/impl/src/main/java/org/jboss/weld/metadata/cache/InterceptorBindingModel.java	2010-07-20 15:01:08 UTC (rev 6733)
@@ -134,6 +134,11 @@
       }
    }
 
+   /**
+    * Retrieves the transitive interceptor binding types that are inherited by this interceptor binding,
+    * as per section 9.1.1 of the specification, "Interceptor binding types with additional interceptor bindings"
+    * @return a set of transitive interceptor bindings, if any
+    */
    public Set<Annotation> getInheritedInterceptionBindingTypes()
    {
       return inheritedInterceptionBindingTypes;



More information about the weld-commits mailing list