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
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The annotation name.
    static final String
     
  • Field Details

  • Element Details

    • updateable

      boolean updateable
      Returns:
      Whether the property can be updated following an insert
      Default:
      true