All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flyjingfish.android_aop_annotation.utils.MethodMap.kt Maven / Gradle / Ivy

package com.flyjingfish.android_aop_annotation.utils

import java.lang.reflect.Method

internal class MethodMap(val originalMethod: Method,val targetMethod: Method)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy