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