niagara-ax/decompiled/org/testng/annotations/IParametersAnnotation.java
2026-03-17 13:31:18 -07:00

6 lines
121 B
Java

package org.testng.annotations;
public interface IParametersAnnotation extends IAnnotation {
String[] getValue();
}