File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
src/main/java/com/fasterxml/jackson/annotation Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -305,16 +305,6 @@ public enum As {
305
305
*/
306
306
public boolean visible () default false ;
307
307
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
-
318
308
/*
319
309
/**********************************************************
320
310
/* Helper classes
You can’t perform that action at this time.
0 commit comments