Open
Description
While working on sksamuel/avro4s#791 I realized that the 2nd item in the todo list is blocked by the fact we couldn't obtain annotations that are attached to the enum elements via magnolia (1.3.3).
In particular, I'm testing with
import com.sksamuel.avro4s.AvroSortPriority
enum ColoursAnnotatedEnum:
@AvroSortPriority(0)
case Red
@AvroSortPriority(1)
case Amber
@AvroSortPriority(2)
case Green
Is this a well-known issue that won't be fixed in magnolia?
Metadata
Metadata
Assignees
Labels
No labels