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

com.ing.baker.recipe.annotations.ProcessId Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package com.ing.baker.recipe.annotations;

import javax.inject.Qualifier;
import java.lang.annotation.*;

@Qualifier
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.PARAMETER)
/**
 * An annotation to be added to an argument of an action indicating that the process identifier should be injected
 * there.
 */
public @interface ProcessId {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy