net.serenitybdd.markers.IsSilent Maven / Gradle / Ivy
package net.serenitybdd.markers;
/**
* Marks a task that will not be reported. Nested tasks inside an IsSilent task will not be reported.
*/
public interface IsSilent {}
package net.serenitybdd.markers;
/**
* Marks a task that will not be reported. Nested tasks inside an IsSilent task will not be reported.
*/
public interface IsSilent {}