io.github.zeal18.zio.mongodb.bson.annotations.BsonId.scala Maven / Gradle / Ivy
package io.github.zeal18.zio.mongodb.bson.annotations
import scala.annotation.StaticAnnotation
/** Annotation to mark a field as an identifier for a document.
*/
case class BsonId() extends StaticAnnotation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy