Interface ForeignRequestScopeBridge
-
public interface ForeignRequestScopeBridge
Internal 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 (jakub.podlesak at oracle.com).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.Class<?>>
getRequestScopedComponents()
Get me a set of classes that are managed outside of HK2 and should be treated as if HK2 request scoped.
-