@Target(value={})
@Retention(value=RUNTIME)
public @interface TimeOfDay
OptimisticLocking
Modifier and Type | Optional Element and Description |
---|---|
int |
hour
(Optional) Hour of the day.
|
int |
millisecond
(Optional) Millisecond of the day.
|
int |
minute
(Optional) Minute of the day.
|
int |
second
(Optional) Second of the day.
|
boolean |
specified
Internal use.
|