Use @TimeOfDay
to specify a specific time of day using a Calendar
instance which is to be used within an @Cache
annotation.
Annotation Elements
Table 2-70 describes this annotation's elements.
Table 2-70 @TimeOfDay Annotation Elements
Annotation Element | Description | Default |
---|---|---|
|
(Optional) Hour of the day |
|
|
(Optional) Millisecond of the day |
|
|
(Optional) Minute of the day |
|
|
(Optional) Second of the day |
|
|
For internal use – do not modify |
|
Examples
See "@Cache" for examples of using @TimeOfDay
.
See Also
For more information, see: