Skip to content

Commit db75318

Browse files
committed
Minor javadoc clarification
1 parent 2736670 commit db75318

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ion/src/main/java/com/fasterxml/jackson/dataformat/ion/IonGenerator.java

+5-3
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,13 @@ public enum Feature implements FormatFeature // since 2.12
5656
* Whether to use Ion native Type Id construct for indicating type (true);
5757
* or "generic" type property (false) when writing. Former works better for
5858
* systems that are Ion-centric; latter may be better choice for interoperability,
59-
* when converting between formats or accepting other formats. Enabled by default
60-
* for backwards compatibility as that has been the behavior of
61-
* `jackson-dataformat-ion` since 2.9.
59+
* when converting between formats or accepting other formats.
60+
*<p>
61+
* Enabled by default for backwards compatibility as that has been the behavior
62+
* of `jackson-dataformat-ion` since 2.9 (first official public version)
6263
*
6364
* @see <a href="https://amzn.github.io/ion-docs/docs/spec.html#annot">The Ion Specification</a>
65+
*
6466
* @since 2.12
6567
*/
6668
USE_NATIVE_TYPE_ID(true),

release-notes/VERSION-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Project: jackson-datatypes-binaryModules:
22
jackson-dataformat-avro
33
jackson-dataformat-cbor
4+
jackson-dataformat-ion (since 2.9)
45
jackson-dataformat-protobuf
56
jackson-dataformat-smile
67

0 commit comments

Comments
 (0)