Skip to content

Commit bd7dae5

Browse files
authored
Deprecate DefaultTyping.EVERYTHING (#4240)
1 parent 295a407 commit bd7dae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/fasterxml/jackson/databind/ObjectMapper.java

+2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ public enum DefaultTyping {
221221
* separately specified.
222222
*
223223
* @since 2.10
224+
* @deprecated Since 2.17 and removed from 3.0 --see {@link #NON_FINAL_AND_ENUMS} for Enum-related usage.
224225
*/
226+
@Deprecated
225227
EVERYTHING
226228
}
227229

0 commit comments

Comments
 (0)