Skip to content
Snippets Groups Projects
ActivityScope.java 227 B
Newer Older
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 {
}