- Enclosing class:
- Globals
@Service
@RunLevel(value=0,
mode=0)
public static class Globals.GlobalsInitializer
extends Object
The point of this service is to ensure that the Globals
service is properly initialized by the RunLevelService
at the InitRunLevel. However, Globals itself must be
of scope Singleton because it us used in contexts where
the RunLevelService is not there
- Author:
- jwells