main
1using System;
2using gorilla.commons.utility;
3
4namespace gorilla.commons.infrastructure.thirdparty.Castle.Windsor.Configuration
5{
6 public interface ComponentExclusionSpecification : Specification<Type>
7 {
8 }
9}