| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface SkipForDialectAnnotation used to indicate that a test should be skipped when run against the indicated dialects.
| Required Element Summary | |
|---|---|
|  Class<? extends Dialect>[] | valueThe dialects against which to skip the test | 
| Optional Element Summary | |
|---|---|
|  String | commentComment describing the reason for the skip. | 
|  String | jiraKeyThe key of a JIRA issue which covers the reason for this skip. | 
|  boolean | strictMatchingUsed to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof). | 
| Element Detail | 
|---|
public abstract Class<? extends Dialect>[] value
public abstract boolean strictMatching
public abstract String comment
public abstract String jiraKey
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||