Package io.micronaut.data.annotation
Annotation Interface 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:
-
Field Details
-
NAME
The annotation name. -
UPDATEABLE
- See Also:
-
-
Element Details
-
updateable
boolean updateable- Returns:
- Whether the property can be updated following an insert
- Default:
- true
-