Skip to content

Commit a982003

Browse files
committed
Javadoc add
1 parent 8aee72c commit a982003

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/tools/jackson/databind/ser/std/StdContainerSerializer.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
* {@link java.util.Collection}s (<code>Lists</code>, <code>Sets</code>
1111
* etc) and {@link java.util.Map}s and iterable things
1212
* ({@link java.util.Iterator}s).
13+
*<p>
14+
* NOTE: in Jackson 2.x, this class was named {@code ContainerSerializer}
15+
* (in package {@code com.fasterxml.jackson.databind.ser}).
1316
*/
1417
public abstract class StdContainerSerializer<T>
1518
extends StdSerializer<T>

0 commit comments

Comments
 (0)