package org.jboss.resteasy.core.interception; /** * Callback interface for when an interceptor registry changes * * @author <a href="mailto:bill@burkecentral.com">Bill Burke</a> * @version $Revision: 1 $ * @deprecated Use org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryListener instead. */ @Deprecated public interface JaxrsInterceptorRegistryListener extends org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryListener { }