Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 28, 2024
2 parents 180fbf3 + 26d04c6 commit e7ed4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ include::src/test/java/org/meeuw/i18n/languages/test/LanguageCodeTest.java[]
== Support

=== JAXB
The language code is annoted with a JAXB annotation. It will serialize and deserialize to and from the code. The dependency on the annotation is optional.
The language code is annotated with a JAXB annotation. It will serialize and deserialize to and from the code. The dependency on the annotation is optional.

=== Serializable
The `LanguageCode` is serializable, and ensures that on deserialization the same object for every language is returned. (And only the _code_ is non transient).
Expand Down

0 comments on commit e7ed4a0

Please sign in to comment.