File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
datetime/src/main/java/com/fasterxml/jackson/datatype/jsr310 Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 87
87
* mapper.registerModule(new JavaTimeModule());
88
88
* </pre>
89
89
*<p>
90
- * Note that as of 2.6, this module does NOT support auto-registration, because of existence
91
- * of legacy version, {@link JSR310Module}.
90
+ * Note that as of 2.x, if auto-registering modules, this package will register
91
+ * legacy version, {@link JSR310Module}, and NOT this module. 3.x will change the efaults .
92
92
* Legacy version has the same functionality, but slightly different default configuration:
93
93
* see {@link com.fasterxml.jackson.datatype.jsr310.JSR310Module} for details.
94
94
*<p>
121
121
*
122
122
* @author Nick Williams
123
123
* @author Zoltan Kiss
124
- * @since 2.6.0
124
+ *
125
+ * @since 2.6
126
+ *
125
127
* @see com.fasterxml.jackson.datatype.jsr310.ser.key.Jsr310NullKeySerializer
126
128
*/
127
129
@ SuppressWarnings ("javadoc" )
You can’t perform that action at this time.
0 commit comments