Annotation Type TimeOfDay


@Target({}) @Retention(RUNTIME) public @interface TimeOfDay
A TimeOfDay annotation is used to specify a specific time of day using a Calendar instance which is to be used within an OptimisticLocking annotation.
See Also:
Author:
Guy Pelletier
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    (Optional) Hour of the day.
    int
    (Optional) Millisecond of the day.
    int
    (Optional) Minute of the day.
    int
    (Optional) Second of the day.
    boolean
    Internal use.
  • Element Details

    • hour

      int hour
      (Optional) Hour of the day.
      Default:
      0
    • minute

      int minute
      (Optional) Minute of the day.
      Default:
      0
    • second

      int second
      (Optional) Second of the day.
      Default:
      0
    • millisecond

      int millisecond
      (Optional) Millisecond of the day.
      Default:
      0
    • specified

      boolean specified
      Internal use. Do not modify.
      Default:
      true