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