T - the decorator bean classpublic interface Decorator<T> extends Bean<T>
Represents an enabled decorator.
| Modifier and Type | Method and Description | 
|---|---|
Set<Type> | 
getDecoratedTypes()
 Obtains the decorated types. 
 | 
Set<Annotation> | 
getDelegateQualifiers()
 Obtains the qualifiers of the delegate injection
 point. 
 | 
Type | 
getDelegateType()
 Obtains the type of the delegate injection point. 
 | 
getBeanClass, getInjectionPoints, isNullablecreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeType getDelegateType()
Obtains the type of the delegate injection point.
Set<Annotation> getDelegateQualifiers()
Obtains the qualifiers of the delegate injection point.
Set<Type> getDecoratedTypes()
Obtains the decorated types.
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.