Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
12
apk_decompiled/sources/dagger/hilt/android/UnstableApi.java
Normal file
12
apk_decompiled/sources/dagger/hilt/android/UnstableApi.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package dagger.hilt.android;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ElementType.METHOD, ElementType.TYPE, ElementType.ANNOTATION_TYPE})
|
||||
@Retention(RetentionPolicy.CLASS)
|
||||
/* loaded from: classes3.dex */
|
||||
public @interface UnstableApi {
|
||||
}
|
||||
Reference in New Issue
Block a user