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

7 lines
172 B
Java

package org.testng.annotations;
import org.testng.internal.annotations.IDataProvidable;
public interface IFactoryAnnotation extends IParameterizable, IDataProvidable {
}