public interface WeldDecorator<T> extends Decorator<T>
Decorator that contains metadata information about Weld-deployed
Decorators (including custom decorators).| Modifier and Type | Method and Description |
|---|---|
WeldMethod<?,?> |
getDecoratorMethod(Method method)
Returns the decorated method that can decorate a particular method, if one exists
Such a method must be implement one of the decorated type methods, and can be parametrized
|
WeldClass<?> |
getWeldAnnotated() |
getDecoratedTypes, getDelegateQualifiers, getDelegateTypegetBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullablecreate, destroyWeldClass<?> getWeldAnnotated()
WeldMethod<?,?> getDecoratorMethod(Method method)
method - Copyright © 2013 Seam Framework. All Rights Reserved.