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