mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
phase 1: Activities and Fragments
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package org.briarproject.android;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
import javax.inject.Scope;
|
||||
|
||||
@Scope
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface ActivityScope {
|
||||
}
|
||||
Reference in New Issue
Block a user