Skip to content
Advertisement

Tag: sbt-plugin

How to fix No processor claimed any of these annotations: org.apache.avro.specific.AvroGenerated?

I’m having this error: No processor claimed any of these annotations: org.apache.avro.specific.AvroGenerated How I got the error: I was trying to implement an Avro serialize and deserialize. So, I generated an Avro Class out of .avsc file using an sbt-avro plugin. The generated Avro Class has an annotation above @org.apache.avro.specific.AvroGenerated. I tried commenting it out, it didn’t solve the issue,

Advertisement