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