(forgot to add @since indication wrt #49)
diff --git a/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java b/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java
index f0aa72a..b280966 100644
--- a/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java
+++ b/src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java
@@ -272,6 +272,8 @@
      * of type id, in case that value written has type same as {@link #defaultImpl()}.
      * If true, omission is allowed (although writer may or may not be able to do that);
      * if false, type id should always be written still.
+     *
+     * @since 2.5
      */
     public boolean skipWritingDefault() default false;