I have started exploring Quarkus with MongoDB client. I came across a lot of boiler plate code in the documentation. (esp. BSON)
refer: https://quarkus.io/guides/mongo-guide
Can't we make use of the annotations to generate the code. Is this intentional to avoid the Reflection overhead.