Annotation Interface DurationUnit


@Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Documented public @interface DurationUnit
Annotation that can be used to change the default unit used when converting a Duration.
从以下版本开始:
4.0 2022/2/16 15:48
作者:
Phillip Webb, Harry Yang
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    The duration unit to use if one is not specified.
  • 元素详细资料

    • value

      ChronoUnit value
      The duration unit to use if one is not specified.
      返回:
      the duration unit