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:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
boolean
Deprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
-
Field Details
-
NAME
The annotation name. -
UPDATEABLE
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byUPDATABLE
- See Also:
-
UPDATABLE
- See Also:
-
-
Element Details
-
updateable
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byupdatable()
- Returns:
- Whether the property can be updated following an insert
- Default:
- true
-
updatable
@AliasFor(member="updateable") boolean updatable- Returns:
- Whether the property can be updated following an insert
- Default:
- true
-
updatable()