play.mvc
Annotation Type Finally


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Finally

Mark this method as @Finally interceptor


Optional Element Summary
 java.lang.String[] only
           
 int priority
          Interceptor priority (0 is high priority)
 java.lang.String[] unless
          Does not intercept these actions
 

unless

public abstract java.lang.String[] unless
Does not intercept these actions

Default:
{}

only

public abstract java.lang.String[] only
Default:
{}

priority

public abstract int priority
Interceptor priority (0 is high priority)

Default:
0


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly