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 |
---|---|
InvokableAnnotatedMethod<?> |
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
|
EnhancedAnnotatedType<?> |
getEnhancedAnnotated() |
getDecoratedTypes, getDelegateQualifiers, getDelegateType
EnhancedAnnotatedType<?> getEnhancedAnnotated()
InvokableAnnotatedMethod<?> getDecoratorMethod(Method method)
method
- Copyright © 2016. All rights reserved.