IExposeDependencyInfo
Might be implemented by a handler
so it can expose access to dependency information
which is used to construct meaningful error messages
namespace Castle.MicroKernel.Handlers
{
public interface IExposeDependencyInfo
{
void ObtainDependencyDetails(IDependencyInspector inspector);
}
}