what-the-bank/sources/o/InterfaceC8909dZj.java

23 lines
634 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.TYPE, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
/* renamed from: o.dZj, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public @interface InterfaceC8909dZj {
/* renamed from: o.dZj$RVV */
/* loaded from: classes.dex */
public enum RVV {
ALWAYS,
NON_NULL,
NON_DEFAULT,
NON_EMPTY
}
}