Interface AcceptedByMethod

All Known Implementing Classes:
CacheInterceptor

@Deprecated public interface AcceptedByMethod
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.
Implemented interface that can trigger the addition of an interceptor
Version:
$Revision: 1 $
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Class declaring, Method method)
    Deprecated.
     
  • Method Details

    • accept

      boolean accept(Class declaring, Method method)
      Deprecated.