Package play.mvc

Annotation Interface After


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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Only intercept these actions
    Does not intercept these actions
  • Element Details

    • unless

      String[] unless
      Does not intercept these actions
      Returns:
      Array of actions not to intercept
      Default:
      {}
    • only

      String[] only
      Only intercept these actions
      Returns:
      Array of actions to intercept
      Default:
      {}