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