com.github.robindevilliers.cascade.annotations.Demands Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cascade Show documentation
Show all versions of cascade Show documentation
Cascade is a blackbox testing framework
package com.github.robindevilliers.cascade.annotations;
import java.lang.annotation.*;
@Target(ElementType.FIELD)
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface Demands {
}