Package org.bson.codecs.pojo.annotations
Annotation Interface BsonIgnore
An annotation that configures a property to be ignored when reading and writing to BSON
For POJOs, requires the Conventions.ANNOTATION_CONVENTION
For Java records, the annotation is not supported.
- Since:
- 3.5
- See Also: