public interface Decorator<T> extends Bean<T>
| Modifier and Type | Method and Description |
|---|---|
Set<Type> |
getDecoratedTypes()
All the interfaces and classes in the type hierarchy of the
class annotated with @
Decorator. |
Set<Annotation> |
getDelegateQualifiers() |
Type |
getDelegateType() |
getBeanClass, getInjectionPoints, isNullablecreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeSet<Type> getDecoratedTypes()
Decorator.Set<Annotation> getDelegateQualifiers()
Delegate injection point.Copyright © 2025. All rights reserved.