org.jboss.weld.metadata.cache
Class InterceptorBindingModel<T extends java.lang.annotation.Annotation>
java.lang.Object
org.jboss.weld.metadata.cache.AnnotationModel<T>
org.jboss.weld.metadata.cache.InterceptorBindingModel<T>
public class InterceptorBindingModel<T extends java.lang.annotation.Annotation>
- extends AnnotationModel<T>
- Author:
- Marius Bogoevici
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InterceptorBindingModel
public InterceptorBindingModel(java.lang.Class<T> type,
ClassTransformer transformer)
getMetaAnnotationTypes
protected java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getMetaAnnotationTypes()
- Description copied from class:
AnnotationModel
- Gets the meta-annotation that should be present
- Specified by:
getMetaAnnotationTypes in class AnnotationModel<T extends java.lang.annotation.Annotation>
- Returns:
getMetaAnnotations
public java.util.Set<java.lang.annotation.Annotation> getMetaAnnotations()
initNonBindingTypes
protected void initNonBindingTypes()
initInterceptionBindingTypes
protected void initInterceptionBindingTypes()
getInheritedInterceptionBindingTypes
public java.util.Set<java.lang.annotation.Annotation> getInheritedInterceptionBindingTypes()
isEqual
public boolean isEqual(java.lang.annotation.Annotation instance,
java.lang.annotation.Annotation other)
Copyright © 2008-2009 Seam Framework. All Rights Reserved.