what-the-bank/sources/com/google/common/util/concurrent/IgnoreJRERequirement.java

10 lines
262 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.common.util.concurrent;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE})
/* loaded from: classes.dex */
@interface IgnoreJRERequirement {
}