Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package dagger.hilt.android;
|
||||
|
||||
import dagger.hilt.GeneratesRootInput;
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target({ElementType.TYPE})
|
||||
@GeneratesRootInput
|
||||
/* loaded from: classes3.dex */
|
||||
public @interface AndroidEntryPoint {
|
||||
Class<?> value() default Void.class;
|
||||
}
|
||||
Reference in New Issue
Block a user