Skip to content

Commit

Permalink
Minor javadoc clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 24, 2020
1 parent 2736670 commit db75318
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ public enum Feature implements FormatFeature // since 2.12
* Whether to use Ion native Type Id construct for indicating type (true);
* or "generic" type property (false) when writing. Former works better for
* systems that are Ion-centric; latter may be better choice for interoperability,
* when converting between formats or accepting other formats. Enabled by default
* for backwards compatibility as that has been the behavior of
* `jackson-dataformat-ion` since 2.9.
* when converting between formats or accepting other formats.
*<p>
* Enabled by default for backwards compatibility as that has been the behavior
* of `jackson-dataformat-ion` since 2.9 (first official public version)
*
* @see <a href="https://amzn.github.io/ion-docs/docs/spec.html#annot">The Ion Specification</a>
*
* @since 2.12
*/
USE_NATIVE_TYPE_ID(true),
Expand Down
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Project: jackson-datatypes-binaryModules:
jackson-dataformat-avro
jackson-dataformat-cbor
jackson-dataformat-ion (since 2.9)
jackson-dataformat-protobuf
jackson-dataformat-smile

Expand Down

0 comments on commit db75318

Please sign in to comment.