/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.test.jmx.invoker;

/** A non-Serializable class to test how remote access to mbeans with
 * such types is affected.
 * 
 * @author Scott.Stark@jboss.org
 * @version $Revison:$
 */
public class NonserializableClass
{
}