File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
api/src/main/java/jakarta/json/bind/annotation Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2016, 2020 Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2016, 2024 Oracle and/or its affiliates. All rights reserved.
3
3
*
4
4
* This program and the accompanying materials are made available under the
5
5
* terms of the Eclipse Public License v. 2.0, which is available at
36
36
* <li> package </li>
37
37
* </ul>
38
38
*
39
+ * <p>Note that even when specifying a pattern, the format of the JSON value also depends on the Locale.
40
+ * For best portability it is recommended to either specify the {@link #locale()} or define a default Locale
41
+ * for JSON-B via {@link jakarta.json.bind.JsonbConfig#withLocale(java.util.Locale)}.
42
+ * </p>
43
+ *
39
44
* @since JSON Binding 1.0
40
45
*/
41
46
@ JsonbAnnotation
You can’t perform that action at this time.
0 commit comments