Annotation Interface BsonIgnore


@Documented @Target({METHOD,FIELD}) @Retention(RUNTIME) public @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: