net.serenitybdd.screenplay.Task Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serenity-journey Show documentation
Show all versions of serenity-journey Show documentation
Support for the User Journey pattern in Serenity
package net.serenitybdd.screenplay;
/**
* A marker class to indicate that a Performable represents a higher level business task,
* rather than a system interaction.
*/
public interface Task extends Performable {}