Genie support the following scopes:
javax.inject.Singletonorg.osgl.inject.annotation.RequestScopedorg.osgl.inject.annotation.SessionScoped
The first scope has built-in support. The RequestSceoped and SessionScoped is provided when Genie is used
in a framework (e.g. ActFramework). In which case the framework
will provide the implementation of the following services:
org.osgl.inject.ScopeCache.SessionScopeorg.osgl.inject.ScopeCache.RequestScope