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