blob: ff716d4f319be3ffc3868c13c50e980eb449282e [file] [log] [blame]
package javax.activation;
/**
* Mock class providing the declarations required to compile the Cocoon code when
* the actual library is not present.
*
* @version CVS $Id: DataSource.java,v 1.1 2003/04/17 20:22:57 haul Exp $
*/
public interface DataSource {
public java.lang.String getName();
}