public interface Decorator<T> extends Bean<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.reflect.Type> |
getDecoratedTypes()
Returns the type of the decorated object
|
java.util.Set<java.lang.annotation.Annotation> |
getDelegateQualifiers()
Returns the qualifiers for the delegated object
|
java.lang.reflect.Type |
getDelegateType()
Returns the type of the delegated object
|
getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullablecreate, destroyjava.util.Set<java.lang.reflect.Type> getDecoratedTypes()
java.lang.reflect.Type getDelegateType()
java.util.Set<java.lang.annotation.Annotation> getDelegateQualifiers()