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