@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public static @interface BeforeVersionRule.BeforeVersion
Run the test if the version of the product is older then the given value.
Skip the test if the version of the product is the given value or later.