rethinkdb / rethinkdb-java

Official RethinkDB Java client
https://rethinkdb.com/api/java/
Apache License 2.0
21 stars 10 forks source link

feature-request [Annotations] #1

Closed YNNS closed 4 years ago

YNNS commented 5 years ago

Hey there, it would be great if there would be annotations like @Ignored and @DatabaseName("dbName")

thelinuxlich commented 5 years ago

Right now the Java driver doesn't have a official mantainer

NotJustAnna commented 4 years ago

All Jackson annotations are supported in 2.4.0 driver, which will be released soon. @DatabaseName doesn't make a ton of sense, IMHO. Once 2.4.0 driver is released, learn how to use Jackson annotations and you're good to go.