Package play.mvc

Annotation Type Catch


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Catch
    Mark this method as @Catch interceptor
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int priority
      Interceptor priority (0 is high priority)
      java.lang.Class<?>[] value  
    • Element Detail

      • value

        java.lang.Class<?>[] value
        Default:
        {}
      • priority

        int priority
        Interceptor priority (0 is high priority)
        Returns:
        The Interceptor priority
        Default:
        0