All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bt.module.ClientExecutor Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package bt.module;

import com.google.inject.BindingAnnotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Annotates {@link java.util.concurrent.ExecutorService},
 * that should be used for creating client executors.
 *
 * @since 1.0
 */
@Target({ ElementType.PARAMETER, ElementType.FIELD })
@Retention(RetentionPolicy.RUNTIME)
@BindingAnnotation
public @interface ClientExecutor {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy