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