blob: 4122d46954079dd912eb360c5579040962f82d6e [file] [log] [blame]
/*
* File: $RCSfile$
* Copyright: (C) 1999-2005 FiveSight Technologies Inc.
*
*/
package com.fs.jacob.classgen.testtypes;
/**
* JACOB Test Type (Good w/ inheritence). Used by {@link
* com.fs.jacob.classgen.TestChannelClassGen}
*
* @author Maciej Szefler <a href="mailto:mbs@fivesight.com">mbs</a>
*/
public interface GoodInherit extends Good {
public void bar();
}