We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1493f8f commit 093ef5eCopy full SHA for 093ef5e
src/main/java/tools/jackson/dataformat/xml/annotation/JacksonXmlRootElement.java
@@ -22,7 +22,7 @@
22
* About the only expected usage may be to have different root name for XML
23
* content than other formats.
24
*
25
- * @deprecated Since 2.4 use {@link com.fasterxml.jackson.annotation.JsonRootName} instead
+ * @deprecated Since 3.0 use {@link com.fasterxml.jackson.annotation.JsonRootName} instead
26
*/
27
@Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE})
28
@Retention(RetentionPolicy.RUNTIME)
0 commit comments