From 5bbd4eb651a8e45bccaef5149a9d4fde3804bcb0 Mon Sep 17 00:00:00 2001 From: joohyukkim Date: Tue, 16 May 2023 18:23:38 +0900 Subject: [PATCH] Remove unused JavaDoc in `@JsonTypeInfo` --- .../com/fasterxml/jackson/annotation/JsonTypeInfo.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java b/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java index 1cef81b5..4be529b3 100644 --- a/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java +++ b/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java @@ -305,16 +305,6 @@ public enum As { */ public boolean visible() default false; - // 19-Dec-2014, tatu: Was hoping to implement for 2.5, but didn't quite make it. - // Hope for better luck in future - /* - * Property that defines whether type serializer is allowed to omit writing - * of type id, in case that value written has type same as {@link #defaultImpl()}. - * If true, omission is allowed (although writer may or may not be able to do that); - * if false, type id should always be written still. - */ - // public boolean skipWritingDefault() default false; - /* /********************************************************** /* Helper classes