@@ -285,7 +285,7 @@ package:
285
285
286
286
* - ``BsonRepresentation``
287
287
- Specifies the BSON type used to store the value when different from the
288
- POJO property. See an example of :ref:`bsonrepresentation-annotation-code-example` on this page.
288
+ POJO property. See the :ref:`bsonrepresentation-annotation-code-example` on this page.
289
289
290
290
* - ``BsonId``
291
291
- Marks a property to serialize as the _id property.
@@ -312,7 +312,7 @@ package:
312
312
| - `BsonDocument <{+api+}/apidocs/bson/org/bson/BsonDocument.html>`__
313
313
| - ``Map<String, Object>``
314
314
|
315
- | See an example of a :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>`.
315
+ | See the :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>` on this page .
316
316
317
317
The following code snippet shows a sample POJO called ``Product`` that uses
318
318
several of the preceding annotations.
@@ -601,9 +601,9 @@ POJO:
601
601
- identify the constructor using the ``BsonCreator`` annotation
602
602
603
603
For an example of setting the ``ANNOTATION_CONVENTION``, see the
604
- :ref:`ANNOTATION_CONVENTION example <bson-annotation-convention>`.
604
+ :ref:`ANNOTATION_CONVENTION tip <bson-annotation-convention>`.
605
605
For an example of the ``BsonCreator`` annotation, see the
606
- :ref:`POJO with annotation code example <bson-annotation-code-example>`.
606
+ :ref:`sample POJO code <bson-annotation-code-example>`.
607
607
608
608
.. _pojo-serialization-customization:
609
609
0 commit comments