23 lines
634 B
Java
23 lines
634 B
Java
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
|
|
}
|
|
}
|