@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Before
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()| Modifier and Type | Required Element and Description |
|---|---|
String |
value
Gives the id of the
Interceptor before which the related Interceptor should be injected. |
public abstract String value
Interceptor before which the related Interceptor should be injected.Copyright © 2018 eXo Platform SAS. All Rights Reserved.