aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/shot/MethodRef.kt
blob: 7b07efc7e5b92b77abd87b76dcef0cf8df49c3b4 (plain)
1
2
3
4
5
package moe.nea.shot

import java.io.Serializable

data class MethodRef(val name: String, val argumentDescriptor: String) : Serializable