eXo Kernel :: Container 2.5.0-GA

org.exoplatform.container.spi
Annotation Type After


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface After

This annotation is used to indicate where the related Interceptor should be injected into the Interceptor chain. It allows to inject the related Interceptor into the Interceptor chain after a given Interceptor identified by the value of Interceptor.getId()

Version:
$Id$
Author:
Nicolas Filotto

Required Element Summary
 String value
          Gives the id of the Interceptor after which the related Interceptor should be injected.
 

Element Detail

value

public abstract String value
Gives the id of the Interceptor after which the related Interceptor should be injected.


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.