Annotation Type Interceptor


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface Interceptor
    Interceptor is an annotation that can be applied to EventInterceptor implementations. The annotation allows the specification of an identifier and an order.

    When used in combination with the cache configuration the annotation members identifier() and order() can be overridden by the corresponding XML elements.

    Since:
    Coherence 12.1.2
    Author:
    hr 2011.10.07