Package org.exoplatform.container.spi
Annotation 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
Required ElementsModifier and TypeRequired ElementDescriptionGives the id of theInterceptorafter which the relatedInterceptorshould be injected.
-
Element Details
-
value
String valueGives the id of theInterceptorafter which the relatedInterceptorshould be injected.
-