All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.resteasy.core.interception.InterceptorRegistryListener Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package org.jboss.resteasy.core.interception;

/**
 * Callback interface for when an interceptor registry changes
 *
 * @author Bill Burke
 * @version $Revision: 1 $
 * 
 * @deprecated The Resteasy interceptor facility introduced in release 2.x
 * is replaced by the JAX-RS 2.0 compliant interceptor facility in release 3.0.x.
 * 
 * @see jaxrs-api
 */
@Deprecated
public interface InterceptorRegistryListener
{
   void registryUpdated(InterceptorRegistry registry);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy