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 ElementsModifier and TypeOptional ElementDescriptionintHour of the day.intMillisecond of the day.intMinute of the day.intSecond of the day.booleanInternal use. Do not modify.
-
Element Details
-
hour
int hourHour of the day.- Default:
0
-
minute
int minuteMinute of the day.- Default:
0
-
second
int secondSecond of the day.- Default:
0
-
millisecond
int millisecondMillisecond of the day.- Default:
0
-
specified
boolean specifiedInternal use. Do not modify.- Default:
true
-