play.mvc
注释类型 Catch


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

Mark this method as @Catch interceptor


可选元素摘要
 int priority
          Interceptor priority (0 is high priority)
 java.lang.Class<?>[] value
           
 

value

public abstract java.lang.Class<?>[] value
默认值:
{}

priority

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

默认值:
0


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