org.apache.webbeans.config.inheritance
Interface IBeanInheritedMetaData

All Known Implementing Classes:
BeanInheritedMetaData

public interface IBeanInheritedMetaData


Method Summary
 java.util.Set<java.lang.annotation.Annotation> getInheritedInterceptorBindings()
           
 java.util.Set<java.lang.annotation.Annotation> getInheritedQualifiers()
           
 java.lang.annotation.Annotation getInheritedScopeType()
           
 java.util.Set<java.lang.annotation.Annotation> getInheritedStereoTypes()
           
 

Method Detail

getInheritedQualifiers

java.util.Set<java.lang.annotation.Annotation> getInheritedQualifiers()

getInheritedStereoTypes

java.util.Set<java.lang.annotation.Annotation> getInheritedStereoTypes()

getInheritedInterceptorBindings

java.util.Set<java.lang.annotation.Annotation> getInheritedInterceptorBindings()

getInheritedScopeType

java.lang.annotation.Annotation getInheritedScopeType()


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.