mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
10 lines
296 B
Java
10 lines
296 B
Java
package com.google.common.base;
|
|
|
|
import com.google.errorprone.annotations.DoNotMock;
|
|
|
|
@DoNotMock("Use an instance of one of the Finalizable*Reference classes")
|
|
@ElementTypesAreNonnullByDefault
|
|
/* loaded from: classes2.dex */
|
|
public interface FinalizableReference {
|
|
void finalizeReferent();
|
|
}
|