|
||||||||||
| 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 DialectChecks> |
value
|
| Optional Element Summary | |
|---|---|
String |
comment
Comment describing the reason why the feature is required. |
String |
jiraKey
The key of a JIRA issue which relates this this feature requirement. |
| Element Detail |
|---|
public abstract Class<? extends DialectChecks> value
public abstract String comment
public abstract String jiraKey
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||