12 lines
276 B
Java
12 lines
276 B
Java
package retrofit2.internal;
|
|
|
|
import java.lang.annotation.Documented;
|
|
import java.lang.annotation.Retention;
|
|
import java.lang.annotation.RetentionPolicy;
|
|
|
|
@Documented
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
/* loaded from: classes3.dex */
|
|
public @interface EverythingIsNonNull {
|
|
}
|