Package com.tngtech.jgiven.annotation
Annotation 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
-
Element Details
-
value
Class<? extends AnnotationArgumentFormatter> value
-