Hello, I am using the Java driver 4.1.0. Also, am using the java-driver-mapper-processor & java-driver-mapper-runtime dependencies to use the object mapping functionality.
However, when I annotate with @mapper, this page says https://docs.datastax.com/en/developer/java-driver/4.1/manual/mapper/ that i need to do annotation processing to generate the mapper object.
In intellij i checked the use annotation processing and set the path to the processor jar. However, the annotations are not processed
How do I get access to the InventoryMapperBuilder object and hence the InventoryMapper object if the annotations are not processed.
Am stuck here, will really appreciate any help
btw, am using sbt with play
so no maven, gradle etc