/*
* 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 AbstractInterceptor for backward compability
 * with 3.2.3-3.2.0 configurations.
 * 
 * @author Scott.Stark@jboss.org
 * @version $Revision: 1.7.6.1 $
 */
public class ObjectReferenceInterceptor extends AbstractInterceptor
{
}