@Retention(RUNTIME)
@Target(METHOD)
public @interface Specification
Specification annotation names the test scripts to execute.| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String[] |
value |
Gets the value of the Specification which is an String[] of a script names to execute.
|
Copyright © 2014 Kaazing, Inc. All Rights Reserved.