Class PlainInterceptorFactory<T>

java.lang.Object
org.jboss.weld.interceptor.reader.PlainInterceptorFactory<T>
Type Parameters:
T - the type of the interceptor
All Implemented Interfaces:
InterceptorFactory<T>

public class PlainInterceptorFactory<T> extends Object implements InterceptorFactory<T>
InterceptorFactory that uses an InjectionTarget as a factory for interceptor instances.

This factory is used for interceptors that are not CDI beans - interceptors defined using the Interceptors annotation.

Author:
Jozef Hartinger
  • Constructor Details

    • PlainInterceptorFactory

      public PlainInterceptorFactory(jakarta.enterprise.inject.spi.InjectionTarget<T> injectionTarget)
  • Method Details