Author: pete.muir(a)jboss.org
Date: 2010-02-02 09:12:21 -0500 (Tue, 02 Feb 2010)
New Revision: 5710
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeforeBeanDiscovery.java
Log:
WELD-412
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeforeBeanDiscovery.java
===================================================================
---
api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeforeBeanDiscovery.java 2010-02-02
12:33:48 UTC (rev 5709)
+++
api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeforeBeanDiscovery.java 2010-02-02
14:12:21 UTC (rev 5710)
@@ -70,8 +70,9 @@
*
* @param bindingType The annotation type to treat as an interceptor binding
* type
+ * @param bindingTypeDef An optional list of annotations defining the {@linkplain
Interceptor interceptor}
*/
- public void addInterceptorBinding(Class<? extends Annotation> bindingType);
+ public void addInterceptorBinding(Class<? extends Annotation> bindingType,
Annotation... bindingTypeDef);
/**
* Adds a given {@link javax.enterprise.inject.spi.AnnotatedType} to the set