Query option bit flags are a thing of the past with the introduction of the find command in MongoDB 3.2. Let's deprecate them and replace with per-option methods, as has already been done in the standard CRUD API.
As part of this work, ensure that Javadoc that references these methods is updated.