Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
12
apk_decompiled/sources/javax/inject/Singleton.java
Normal file
12
apk_decompiled/sources/javax/inject/Singleton.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package javax.inject;
|
||||
|
||||
import java.lang.annotation.Documented;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
@Scope
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
/* loaded from: classes3.dex */
|
||||
public @interface Singleton {
|
||||
}
|
||||
Reference in New Issue
Block a user