79504933

Date: 2025-03-12 21:59:10
Score: 1
Natty:
Report link

I just ran into the same problem. This works:

@get:io.micronaut.data.annotation.Transient
val batchId: String?
    get() = batchIdUUID?.toString() ?: batchIdString
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kurt