com.tngtech.jgiven.annotation
Annotation Type AnnotationFormat


@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface AnnotationFormat

Allows arguments of step methods to be formatted with an AnnotationArgumentFormatter. This annotation can only appear on custom annotations. The custom annotation can then be applied to step arguments

For an example usage see the Formatf annotation

Since:
0.7.0

Required Element Summary
 java.lang.Class<? extends AnnotationArgumentFormatter> value
           
 

Element Detail

value

public abstract java.lang.Class<? extends AnnotationArgumentFormatter> value