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
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2012. All Rights Reserved.