| ModelMBeanInterceptor.java |
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.mx.interceptor;
/** A noop subclass of the ModelMBeanInfoInterceptor for backward compability
* with 3.2.3-3.2.0 configurations.
* @author Scott.Stark@jboss.org
* @version $Revision: 1.6.6.1 $
*/
public class ModelMBeanInterceptor extends ModelMBeanInfoInterceptor
{
}
| ModelMBeanInterceptor.java |