org.apache.webbeans.config.inheritance
Interface IBeanInheritedMetaData

All Known Implementing Classes:
BeanInheritedMetaData

public interface IBeanInheritedMetaData


Method Summary
 Set<Annotation> getInheritedInterceptorBindings()
           
 Set<Annotation> getInheritedQualifiers()
           
 Annotation getInheritedScopeType()
           
 Set<Annotation> getInheritedStereoTypes()
           
 

Method Detail

getInheritedQualifiers

Set<Annotation> getInheritedQualifiers()

getInheritedStereoTypes

Set<Annotation> getInheritedStereoTypes()

getInheritedInterceptorBindings

Set<Annotation> getInheritedInterceptorBindings()

getInheritedScopeType

Annotation getInheritedScopeType()


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