Package play.mvc

Annotation Type Finally


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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] only
      Only intercept these actions
      int priority
      Interceptor priority (0 is high priority)
      java.lang.String[] unless
      Does not intercept these actions
    • Element Detail

      • unless

        java.lang.String[] unless
        Does not intercept these actions
        Returns:
        List of actions not to intercept
        Default:
        {}
      • only

        java.lang.String[] only
        Only intercept these actions
        Returns:
        List of actions to intercept
        Default:
        {}
      • priority

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