注释接口 EnableDtoGeneration


@Retention(SOURCE) @Target(TYPE) public @interface EnableDtoGeneration
This annotation is only required by java

The `jimmer-apt` handles these annotations

  • org.babyfish.jimmer.Immutable
  • org.babyfish.jimmer.sql.Entity
  • org.babyfish.jimmer.sql.MappedSuperclass
  • org.babyfish.jimmer.sql.Embeddable
  • org.babyfish.jimmer.error.ErrorFamily
If the current project does not have any classes decorated by any one of above annotations, the `jimmer-apt` will not be triggered, please write an unuseful empty class and use this annotation to decorate it.