Annotation Type 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:
    DateCreated, DateUpdated
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String NAME
      The annotation name.
      static java.lang.String UPDATEABLE  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean updateable  
    • Field Detail

      • NAME

        static final java.lang.String NAME
        The annotation name.
      • UPDATEABLE

        static final java.lang.String UPDATEABLE
    • Element Detail

      • updateable

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