| Holder.java |
/*
* JBoss, the OpenSource WebOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package javax.xml.rpc.holders;
/** This interface represents the base interface for both standard and generated
* Holder classes. A generated Holder class is required to implement this Holder
* interface.
*
* @author Scott.Stark@jboss.org
* @author Rahul Sharma (javadoc)
* @version $Revision: 1.2 $
*/
public interface Holder
{
}
| Holder.java |