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 1e7b1d3 commit 9ae15a1Copy full SHA for 9ae15a1
src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java
@@ -341,7 +341,7 @@ public enum As {
341
* @deprecated Since 2.5, use any Annotation type (such as {@link JsonTypeInfo}),
342
* if such behavior is needed; this is rarely necessary.
343
*/
344
- @Deprecated
+ @Deprecated // since 2.5
345
public abstract static class None {}
346
347
/**
0 commit comments