Package org.exoplatform.container.spi
Annotation Type Before
-
@Retention(RUNTIME) @Target(TYPE) public @interface Before
This annotation is used to indicate where the relatedInterceptorshould be injected into theInterceptorchain. It allows to inject the relatedInterceptorinto theInterceptorchain before 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 theInterceptorbefore which the relatedInterceptorshould be injected.
-
-
-
Element Detail
-
value
String value
Gives the id of theInterceptorbefore which the relatedInterceptorshould be injected.
-
-