Skip to content

Commit 43a9835

Browse files
committed
Fix #85 by removing redundant extending of StaticAnnotation by CodecMakerConfig
1 parent 17c0ccb commit 43a9835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/src/main/scala/com/github/plokhotnyuk/jsoniter_scala/macros/JsonCodecMaker.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ case class CodecMakerConfig(
4040
adtLeafClassNameMapper: String => String = JsonCodecMaker.simpleClassName,
4141
discriminatorFieldName: String = "type",
4242
isStringified: Boolean = false,
43-
skipUnexpectedFields: Boolean = true) extends StaticAnnotation
43+
skipUnexpectedFields: Boolean = true)
4444

4545
object JsonCodecMaker {
4646
def enforceCamelCase(s: String): String =

0 commit comments

Comments
 (0)