* loader selector.
*
* @param context The start context
*/
public synchronized void start(StartContext context) throws StartException {
classifyingModuleLoader = new ClassifyingModuleLoader("as-classifying", delegates, Module.getDefaultModuleLoader());
}