mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Renamed VerificationExecutor, as it may be used for any crypto task.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package net.sf.briar.api.messaging;
|
||||
package net.sf.briar.api.crypto;
|
||||
|
||||
import static java.lang.annotation.ElementType.PARAMETER;
|
||||
import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
||||
@@ -8,8 +8,8 @@ import java.lang.annotation.Target;
|
||||
|
||||
import com.google.inject.BindingAnnotation;
|
||||
|
||||
/** Annotation for injecting the executor for message verification tasks. */
|
||||
/** Annotation for injecting the executor for long-running crypto tasks. */
|
||||
@BindingAnnotation
|
||||
@Target({ PARAMETER })
|
||||
@Retention(RUNTIME)
|
||||
public @interface VerificationExecutor {}
|
||||
public @interface CryptoExecutor {}
|
||||
Reference in New Issue
Block a user