cucumber.annotation
Annotation Type DateFormat


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface DateFormat

This annotation can be specified on method parameters or fields to give Cucumber a hint about how to transform a string to a Date.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value