Annotation Type ClientInterceptors


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface ClientInterceptors
    Declares a list of client-side interceptors that should be used on a given remote Enterprise Bean proxy method or class. If the corresponding class has a priority, that priority will govern the order of interception, otherwise the interceptors will be used in the order described by EJBClientInterceptor.
    Author:
    David M. Lloyd
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends EJBClientInterceptor>[] value
      The client interceptors contained by this repeatable annotation.
    • Element Detail

      • value

        Class<? extends EJBClientInterceptor>[] value
        The client interceptors contained by this repeatable annotation.
        Returns:
        the client interceptors