@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
@Documented
@AutoPopulated
public @interface DateUpdated
| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
NAME
The date created name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.time.temporal.ChronoUnit |
truncatedTo
Allows to truncate the auto set date value.
|