// A method you can use to send objects to get autowired by convention or mapping lookups
autowire(target,[mapping],[targetID],[annotationCheck])
// A utility method that clears all the singletons from the singleton persistence scope. Great to do in development.
// Checks if an instance can be created by this Injector or not
// Get the configuration binder for this injector
// The main method that asks the injector for an object instance by name or by autowire DSL string.
getInstance([name],[initArguments],[dsl],[targetObject])
// Retrieve the ColdBox object populator that can populate objects from JSON, XML, structures and much more.
// Get a reference to the parent injector (if any)
// Get a reference to a registered persistence scope
// Set a parent injector into the target injector to create hierarchies