org.jboss.weld.interceptor
Class InterceptorBindingType

java.lang.Object
  extended by org.jboss.weld.interceptor.InterceptorBindingType

public class InterceptorBindingType
extends Object


Constructor Summary
InterceptorBindingType(BeanManagerImpl beanManager, Annotation annotation)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 boolean equals(Object o)
           
 Annotation getAnnotation()
           
 int hashCode()
           
static Set<Annotation> unwrap(Set<InterceptorBindingType> interceptorBindingTypes)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorBindingType

public InterceptorBindingType(BeanManagerImpl beanManager,
                              Annotation annotation)
Method Detail

getAnnotation

public Annotation getAnnotation()

unwrap

public static Set<Annotation> unwrap(Set<InterceptorBindingType> interceptorBindingTypes)

annotationType

public Class<? extends Annotation> annotationType()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Seam Framework. All Rights Reserved.