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

com.flyjingfish.android_aop_plugin.beans.CutReplaceMethodJson.kt Maven / Gradle / Ivy

Go to download

Lightweight Aop for Android platform, you deserve it, action is worse than your heartbeat

The newest version!
package com.flyjingfish.android_aop_plugin.beans

data class CutReplaceMethodJson(
    val replaceMethod: String,
    val replaceMethodDescriptor: String,
    val targetMethod: String,
    val targetMethodDescriptor: String,
    val used: String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy