mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 17:12:31 -06:00
11 lines
296 B
Java
11 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();
|
||
|
}
|