@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
@Documented
@AutoPopulated(updateable=false)
public @interface DateCreated
Can be applied to date type to indicate the property should be populated when it is first inserted.
- Since:
- 1.0
- Author:
- graemerocher