aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/shot/MethodShots.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-01-16 20:38:40 +0100
committerLinnea Gräf <nea@nea.moe>2024-01-16 20:40:53 +0100
commitfb9a3e59af30e698d137d0dd9083059fc404c321 (patch)
tree7f51e077fa3b5871667a930cb71dff54869b5416 /src/main/kotlin/moe/nea/shot/MethodShots.kt
downloadshot-1.0.0.tar.gz
shot-1.0.0.tar.bz2
shot-1.0.0.zip
Initial commitHEAD1.0.0master
Diffstat (limited to 'src/main/kotlin/moe/nea/shot/MethodShots.kt')
-rw-r--r--src/main/kotlin/moe/nea/shot/MethodShots.kt8
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