@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE,PACKAGE})
public @interface Ignore
package-info.java
. For example:
@Ignore package test.ignorePackage; import org.testng.annotations.Ignore;
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value |