getRootScope
Retrieves the root scope from the Application context. The Application class must implement the RootComponent interface.
Return
The root com.mole.core.scope.Scope of the application.
Throws
if the Application does not implement RootComponent.