Annotation Type 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
Modifier and TypeOptional ElementDescriptionint
(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 specifiedInternal use. Do not modify.- Default:
- true
-