javax.enterprise.inject.spi
Interface Decorator<T>

All Superinterfaces:
Bean<T>, Contextual<T>

public interface Decorator<T>
extends Bean<T>


Method Summary
 Set<Type> getDecoratedTypes()
           
 Set<Annotation> getDelegateQualifiers()
           
 Type getDelegateType()
           
 
Methods inherited from interface javax.enterprise.inject.spi.Bean
getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable
 
Methods inherited from interface javax.enterprise.context.spi.Contextual
create, destroy
 

Method Detail

getDecoratedTypes

Set<Type> getDecoratedTypes()

getDelegateType

Type getDelegateType()

getDelegateQualifiers

Set<Annotation> getDelegateQualifiers()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.