Skip to content

Commit ba2785e

Browse files
committed
Added since annotation to BsonIgnore.scala
1 parent b2fde42 commit ba2785e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bson-scala/src/main/scala/org/mongodb/scala/bson/annotations/BsonIgnore.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ import scala.annotation.StaticAnnotation
44

55
/**
66
* Annotation to ignore a property.
7+
*
8+
* @since 4.2
79
*/
810
case class BsonIgnore() extends StaticAnnotation

0 commit comments

Comments
 (0)