[weld-commits] Weld SVN: r4475 - api/trunk/cdi/src/main/java/javax/enterprise/inject/spi.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Fri Oct 30 21:44:05 EDT 2009
Author: gavin.king at jboss.com
Date: 2009-10-30 21:44:05 -0400 (Fri, 30 Oct 2009)
New Revision: 4475
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeanManager.java
Log:
fix links
Modified: api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeanManager.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeanManager.java 2009-10-31 01:34:59 UTC (rev 4474)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/spi/BeanManager.java 2009-10-31 01:44:05 UTC (rev 4475)
@@ -263,11 +263,11 @@
/**
* Test the given annotation type to determine if it is an
- * {@linkplain javax.interceptor.InterceptorBindingType interceptor binding type}.
+ * {@linkplain javax.interceptor.InterceptorBinding interceptor binding type}.
*
* @param annotationType the annotation to test
* @return <tt>true</tt> if the annotation type is a {@linkplain
- * javax.interceptor.InterceptorBindingType interceptor binding type}
+ * javax.interceptor.InterceptorBinding interceptor binding type}
*/
public boolean isInterceptorBinding(Class<? extends Annotation> annotationType);
@@ -283,10 +283,10 @@
/**
* Obtains the set of meta-annotations for a certain
- * {@linkplain javax.interceptor.InterceptorBindingType interceptor binding type}.
+ * {@linkplain javax.interceptor.InterceptorBinding interceptor binding type}.
*
* @param bindingType the
- * {@linkplain javax.interceptor.InterceptorBindingType interceptor binding type}
+ * {@linkplain javax.interceptor.InterceptorBinding interceptor binding type}
* @return the set of meta-annotations
*/
public Set<Annotation> getInterceptorBindingTypeDefinition(Class<? extends Annotation> bindingType);
More information about the weld-commits
mailing list