Annotation Interface OperationLog


@Documented @Target(METHOD) @Retention(RUNTIME) @Inherited public @interface OperationLog
操作日志.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    操作描述
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    操作类型
  • Element Details

    • value

      String value
      操作描述
      Returns:
      描述
    • operationType

      String operationType
      操作类型
      Returns:
      操作类型
      Default:
      ""