| CalleeData.java |
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.test.cts.interfaces;
import java.io.Serializable;
/**
* @author Scott.Stark@jboss.org
* @version $Revision: 1.2.4.2 $
*/
public class CalleeData implements Serializable
{
static final long serialVersionUID = -7126699674224648439L;
}
| CalleeData.java |