public interface WeldDecorator<T>
extends javax.enterprise.inject.spi.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, getDelegateTypeWeldClass<?> getWeldAnnotated()
WeldMethod<?,?> getDecoratorMethod(Method method)
method - Copyright © 2014 Seam Framework. All Rights Reserved.