/***************************************
* *
* JBoss: The OpenSource J2EE WebOS *
* *
* Distributable under LGPL license. *
* See terms of license at gnu.org. *
* *
***************************************/
package org.jboss.mx.loading;
/** Just a tagging interface to make the UnifiedClassLoader so it can be
* used as a loader in other MBean creation via MBeanServer.createMBean.
*
* @author Scott Stark
* @version $Revision: 1.1.4.1 $
*
*/
public interface UnifiedClassLoader3MBean extends UnifiedClassLoaderMBean
{
}