Uses of Interface
javax.enterprise.inject.spi.Decorator
-
Packages that use Decorator Package Description javax.enterprise.inject.spi -
-
Uses of Decorator in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return types with arguments of type Decorator Modifier and Type Method Description java.util.List<Decorator<?>>
BeanManager. resolveDecorators(java.util.Set<java.lang.reflect.Type> types, java.lang.annotation.Annotation... qualifiers)
Returns a list of decorator.
-