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, isNullable
create, destroy
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
Set<Type> getDecoratedTypes()
Decorator
.Set<Annotation> getDelegateQualifiers()
Delegate
injection point.Copyright © 2017. All rights reserved.