|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Format
Allows arguments of step methods to be formatted with an ArgumentFormatter.
| Optional Element Summary | |
|---|---|
String[] |
args
Optional arguments for the ArgumentFormatter. |
Class<? extends ArgumentFormatter<?>> |
value
|
public abstract Class<? extends ArgumentFormatter<?>> value
public abstract String[] args
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||