diff options
Diffstat (limited to 'src/main/kotlin/moe/nea/shot/MethodShots.kt')
-rw-r--r-- | src/main/kotlin/moe/nea/shot/MethodShots.kt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/shot/MethodShots.kt b/src/main/kotlin/moe/nea/shot/MethodShots.kt new file mode 100644 index 0000000..59893e2 --- /dev/null +++ b/src/main/kotlin/moe/nea/shot/MethodShots.kt @@ -0,0 +1,8 @@ +package moe.nea.shot + +import java.io.Serializable + +data class MethodShots( + val annotations: List<ClassRef>, + val parameterAnnotations: Map<Int, List<ClassRef>>, +) : Serializable
\ No newline at end of file |