play.mvc
注释类型 Finally


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

Mark this method as @Finally interceptor


可选元素摘要
 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

默认值:
{}

only

public abstract java.lang.String[] only
默认值:
{}

priority

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

默认值:
0


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