1 package com.sourceforge.jpatterns.patterns.factory.junit;
2
3 /**
4 * $Author:: $<br/>
5 * $Rev:: $<br/>
6 * $Date:: $<br/>
7 */
8 public interface IProduct
9 {
10 }