Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
12
apk_decompiled/sources/R2/a.java
Normal file
12
apk_decompiled/sources/R2/a.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package R2;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
/* loaded from: classes3.dex */
|
||||
public @interface a {
|
||||
boolean nullSafe() default true;
|
||||
|
||||
Class value();
|
||||
}
|
||||
12
apk_decompiled/sources/R2/b.java
Normal file
12
apk_decompiled/sources/R2/b.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package R2;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
/* loaded from: classes3.dex */
|
||||
public @interface b {
|
||||
String[] alternate() default {};
|
||||
|
||||
String value();
|
||||
}
|
||||
Reference in New Issue
Block a user