ninja
Annotation Type FilterWith


@Retention(value=RUNTIME)
@Target(value={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
 Class<? extends Filter>[] value
           
 

Element Detail

value

public abstract Class<? extends Filter>[] value


Copyright © 2012. All Rights Reserved.