org.springframework.security.access.prepost
Annotation Type PostFilter


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface PostFilter

Annotation for specifying a method filtering expression which will be evaluated after a method has been invoked.

Since:
3.0

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value
Returns:
the Spring-EL expression to be evaluated after invoking the protected method