diff options
author | Linnea Gräf <nea@nea.moe> | 2024-01-16 20:38:40 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-01-16 20:40:53 +0100 |
commit | fb9a3e59af30e698d137d0dd9083059fc404c321 (patch) | |
tree | 7f51e077fa3b5871667a930cb71dff54869b5416 /src/main/kotlin/moe/nea/shot/MethodShots.kt | |
download | shot-1.0.0.tar.gz shot-1.0.0.tar.bz2 shot-1.0.0.zip |
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 |