Package ninja

Annotation Type FilterWith


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface FilterWith
    A simple annotation that let's you put a filter on a controller method or class. The filter will then be executed before the controller method is executed. Please check out also Filter.
    Author:
    ra
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends Filter>[] value