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- 
NAMEThe annotation name.
- 
UPDATEABLE- See Also:
 
 
- 
- 
Element Details- 
updateableboolean updateable- Returns:
- Whether the property can be updated following an insert
 - Default:
- true
 
 
-