@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Steps
Marks a class that implements test steps as individual methods.
Each method that represents a test step should be marked by the Step annotation.
Use the "shared" attribute to use the same instance of a given step library class whenever this class is referred to.
This is false by default.
The "uniqueInstance" is no longer used.
The optional actor attribute can be used to instantiate a String field called actor in a step library.