Annotation Interface Action


@Target(METHOD) @Retention(RUNTIME) public @interface Action
Describes what action a method is to take. Used to enhance logging in SystemControllerImpl and AdminControllerImpl.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      The action we do in the annotated method.