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

com.flyjingfish.android_aop_annotation.base.BasePointCutCreator.kt Maven / Gradle / Ivy

package com.flyjingfish.android_aop_annotation.base

interface BasePointCutCreator {
    fun newInstance(): BasePointCut
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy