Skip to content

Commit 1b90dfc

Browse files
authored
Update scaladocs for ConfiguredJsonValueCodec
1 parent b558660 commit 1b90dfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jsoniter-scala-macros/shared/src/main/scala-3/com/github/plokhotnyuk/jsoniter_scala/macros/ConfiguredJsonValueCodec.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ import com.github.plokhotnyuk.jsoniter_scala.core._
88
* A compile-time configuration can be provided by an `inline given CodecMakerConfig` value, which needs to be visible
99
* in the scope, and defined/imported before the `... derives ...` syntax usage.
1010
*
11-
* To avoid overhead in runtime use it only for top-level and big commonly used data structures.
11+
* BEWARE: Using of this class requires _runtime_ scope for the `jsoniter-scala-macros` dependency.
12+
*
13+
* Also, to avoid overhead in runtime use it only for top-level and big commonly used data structures.
1214
*/
1315
trait ConfiguredJsonValueCodec[A] extends JsonValueCodec[A]
1416

0 commit comments

Comments
 (0)