public class InterceptorBindingType extends Object
Constructor and Description |
---|
InterceptorBindingType(BeanManagerImpl beanManager,
Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
equals(Object o) |
Annotation |
getAnnotation() |
int |
hashCode() |
static Set<Annotation> |
unwrap(Set<InterceptorBindingType> interceptorBindingTypes) |
public InterceptorBindingType(BeanManagerImpl beanManager, Annotation annotation)
public Annotation getAnnotation()
public static Set<Annotation> unwrap(Set<InterceptorBindingType> interceptorBindingTypes)
public Class<? extends Annotation> annotationType()
Copyright © 2013 Seam Framework. All rights reserved.