// The WireBox configuration structure DSL
// LogBox Config: instantiation path
logBoxConfig = "wirebox.system.ioc.config.LogBox",
cacheBox = { enabled = true },
// Scope registration, automatically register a wirebox injector instance on any CF scope
// By default it registeres itself on application scope
scope = "application", // server, cluster, session, application
// DSL Namespace registrations
// namespace = "mapping name"
// annotationName = "mapping name"
// Package scan locations
// Parent Injector to assign to the configured injector, this must be an object reference
// Register all event listeners here, they are created in the specified order
// { class="", name="", properties={} }