/src/LinFu.IoC/Configuration/Loaders/AssemblyContainerLoader.cs
http://github.com/philiplaureano/LinFu · C# · 13 lines · 8 code · 1 blank · 4 comment · 0 complexity · c9c998d5fd7fcca17166826cf2e42156 MD5 · raw file
- using LinFu.IoC.Interfaces;
- using LinFu.Reflection;
- namespace LinFu.IoC.Configuration
- {
- /// <summary>
- /// Represents a class that loads configuration information
- /// from a given assembly.
- /// </summary>
- public class AssemblyContainerLoader : AssemblyTargetLoader<IServiceContainer>
- {
- }
- }