Skip to content

Commit c4dec4b

Browse files
authored
Remove unused JavaDoc in @JsonTypeInfo (#227)
1 parent bc55418 commit c4dec4b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -305,16 +305,6 @@ public enum As {
305305
*/
306306
public boolean visible() default false;
307307

308-
// 19-Dec-2014, tatu: Was hoping to implement for 2.5, but didn't quite make it.
309-
// Hope for better luck in future
310-
/*
311-
* Property that defines whether type serializer is allowed to omit writing
312-
* of type id, in case that value written has type same as {@link #defaultImpl()}.
313-
* If true, omission is allowed (although writer may or may not be able to do that);
314-
* if false, type id should always be written still.
315-
*/
316-
// public boolean skipWritingDefault() default false;
317-
318308
/*
319309
/**********************************************************
320310
/* Helper classes

0 commit comments

Comments
 (0)