com.flyjingfish.android_aop_annotation.base.BasePointCutCreator.kt Maven / Gradle / Ivy
package com.flyjingfish.android_aop_annotation.base
interface BasePointCutCreator {
fun newInstance(): BasePointCut
}
package com.flyjingfish.android_aop_annotation.base
interface BasePointCutCreator {
fun newInstance(): BasePointCut
}