@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface TimeType
Annotation for Time type. This type occupies 8 bytes and can be used to annotate fields of type Timestamp, Date, Calendar, LocalDateTime, or Instant.
- 从以下版本开始:
- 1.1.0
- 作者:
- Deng Ran