Package io.micronaut.data.annotation
Annotation Type AutoPopulated
-
@Retention(RUNTIME) @Target({ANNOTATION_TYPE,METHOD,FIELD}) @Documented public @interface AutoPopulated
Meta annotation to identity annotations that are auto-populated by the Micronaut Data.- Since:
- 1.0.0
- Author:
- graemerocher
- See Also:
DateCreated
,DateUpdated
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
NAME
The annotation name.static java.lang.String
UPDATEABLE
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
updateable
-