Package org.exoplatform.container.spi
Annotation Type After
-
@Retention(RUNTIME) @Target(TYPE) public @interface After
This annotation is used to indicate where the relatedInterceptorshould be injected into theInterceptorchain. It allows to inject the relatedInterceptorinto theInterceptorchain after a givenInterceptoridentified by the value ofInterceptor.getId()- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringvalueGives the id of theInterceptorafter which the relatedInterceptorshould be injected.
-
-
-
Element Detail
-
value
String value
Gives the id of theInterceptorafter which the relatedInterceptorshould be injected.
-
-