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