public class InterceptorBindingType
extends java.lang.Object
| Constructor and Description |
|---|
InterceptorBindingType(BeanManagerImpl beanManager,
java.lang.annotation.Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
boolean |
equals(java.lang.Object o) |
java.lang.annotation.Annotation |
getAnnotation() |
int |
hashCode() |
static java.util.Set<java.lang.annotation.Annotation> |
unwrap(java.util.Set<InterceptorBindingType> interceptorBindingTypes) |
public InterceptorBindingType(BeanManagerImpl beanManager, java.lang.annotation.Annotation annotation)
public java.lang.annotation.Annotation getAnnotation()
public static java.util.Set<java.lang.annotation.Annotation> unwrap(java.util.Set<InterceptorBindingType> interceptorBindingTypes)
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2014 Seam Framework. All Rights Reserved.