Interface ForeignRequestScopeBridge
-
public interface ForeignRequestScopeBridgeInternal service to help determine which HK2 factory provided components should be treated as request scoped. This is to help avoid having dynamic proxies of request scoped components injected into factory created components managed by 3rd party component providers Jakub Podlesak.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Class<?>>getRequestScopedComponents()Get me a set of classes that are managed outside of HK2 and should be treated as if HK2 request scoped.
-