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 SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanbooleanDeprecated, for removal: This API element is subject to removal in a future version.
- 
Field SummaryFields
- 
Field Details- 
NAMEThe annotation name.
- 
UPDATEABLEDeprecated, for removal: This API element is subject to removal in a future version.Replaced byUPDATABLE- See Also:
 
- 
UPDATABLE- See Also:
 
 
- 
- 
Element Details- 
updateableDeprecated, 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()