main
1namespace jive
2{
3  public interface ComponentFactory<T> : Factory<T> where T : new() {}
4}