@Qualifier
@Target(value={FIELD,METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface BatchProperty
Annotation used by batch artifacts to declare a
field which is injectable via a JSL-defined value
(possibly leveraging Job XML substitutions).