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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Replaced by updatable()
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The annotation name.
    static final String
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Replaced by UPDATABLE
  • Field Details

  • Element Details

    • updateable

      @Deprecated(since="4.8", forRemoval=true) boolean updateable
      Deprecated, for removal: This API element is subject to removal in a future version.
      Replaced by updatable()
      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