Annotation Interface After


@Retention(RUNTIME) @Target(TYPE) public @interface After
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 after a given Interceptor identified by the value of Interceptor.getId()
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Gives the id of the Interceptor after which the related Interceptor should be injected.