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