1 2 3 4 5
package moe.nea.shot import java.io.Serializable data class MethodRef(val name: String, val argumentDescriptor: String) : Serializable