public interface ForeignRequestScopeBridge
Modifier and Type | Method and 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.
|