aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/shot/MethodShots.kt
blob: 59893e240c37a91f09871833303c4b4e12becb70 (plain)
1
2
3
4
5
6
7
8
package moe.nea.shot

import java.io.Serializable

data class MethodShots(
    val annotations: List<ClassRef>,
    val parameterAnnotations: Map<Int, List<ClassRef>>,
) : Serializable