T - the type of the interceptor classpublic interface InterceptorFactory<T>
| Modifier and Type | Method and Description |
|---|---|
T |
create(javax.enterprise.context.spi.CreationalContext<T> ctx,
BeanManagerImpl manager)
Create a new instance of the interceptor
|
T create(javax.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager)
ctx - manager - Copyright © 2017. All rights reserved.