Annotation Interface SkipForDialects


@Retention(RUNTIME) @Target({METHOD,TYPE}) @Deprecated(forRemoval=true) public @interface SkipForDialects
Deprecated, for removal: This API element is subject to removal in a future version.
Use JUnit 5 and SkipForDialectGroup instead.
Plural annotation for SkipForDialect. Useful when more than one dialect needs to be skipped because of a different reason.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Element Details

    • value

      Deprecated, for removal: This API element is subject to removal in a future version.