Annotation Type SkipWhenJavaVersion


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface SkipWhenJavaVersion
    Marker annotation used together with the SkipTestRule JUnit rule, that allows tests to be skipped based on the Java version used for testing.
    Author:
    Gunnar Morling