summaryrefslogtreecommitdiff
path: root/formats/json-tests/commonTest/src/kotlinx/serialization/test/TestId.kt
blob: c4af25e511886c2ef36fa20aef66456d266ca178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright 2017-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
 */

package kotlinx.serialization.test

import kotlinx.serialization.*
import kotlinx.serialization.descriptors.*

@SerialInfo
@Target(AnnotationTarget.PROPERTY)
annotation class Id(val id: Int)