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

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

package com.flyjingfish.android_aop_annotation.utils

import java.lang.ref.ReferenceQueue
import java.lang.ref.WeakReference

internal class KeyWeakReference(referent: T, q: ReferenceQueue,val key:String) : WeakReference(referent, q)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy