play.mvc
Annotation Type Catch


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

Mark this method as @Catch interceptor


Optional Element Summary
 int priority
          Interceptor priority (0 is high priority)
 java.lang.Class<?>[] value
           
 

value

public abstract java.lang.Class<?>[] value
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