Annotation Type Title


@Retention(RUNTIME)
@Target(METHOD)
public @interface Title
An optional title placed on a step, to override the default step name. This annotation is deprecated, and can be replaced by using the value attribute of the Step annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    java.lang.String value  
  • Element Details

    • value

      java.lang.String value