org.exoplatform.container.spi
Annotation Type Before
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Before
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
before a given Interceptor identified by the value of Interceptor.getId()
- Version:
- $Id$
- Author:
- Nicolas Filotto
value
public abstract String value
- Gives the id of the
Interceptor before which the related Interceptor should be injected.
Copyright © 2014 eXo Platform SAS. All Rights Reserved.