6 lines
121 B
Java
6 lines
121 B
Java
package org.testng.annotations;
|
|
|
|
public interface IParametersAnnotation extends IAnnotation {
|
|
String[] getValue();
|
|
}
|