value property

String value
final

The value of the annotation. eg. @Given('I have a step') => I have a step

Implementation

final String value;