Interface JavaEEInterceptorBuilderFactory


@Contract public interface JavaEEInterceptorBuilderFactory
A factory for creating an interceptor builder.

An interceptor builder abstracts out the resources needed to create a proxy for invoking a target object with interceptors. There is typically one instance of an interceptor builder per target class ,and one interceptor invoker per target class instance.