Annotation Interface Before


@Retention(RUNTIME) @Target(TYPE) public @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()
Version:
$Id$
Author:
Nicolas Filotto
  • Required Element Summary

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