| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface RequiresDialectFeatureAnnotation used to indicate that a test should be run only when the current dialect supports the specified feature.
| Required Element Summary | |
|---|---|
|  Class<? extends DialectCheck>[] | value | 
| Optional Element Summary | |
|---|---|
|  String | commentComment describing the reason why the feature is required. | 
|  String | jiraKeyThe key of a JIRA issue which relates this this feature requirement. | 
| Element Detail | 
|---|
public abstract Class<? extends DialectCheck>[] value
public abstract String comment
public abstract String jiraKey
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||