All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testng.xml.dom.OnElementList Maven / Gradle / Ivy

package org.testng.xml.dom;

import static java.lang.annotation.ElementType.METHOD;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;

@Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@Target({METHOD})
public @interface OnElementList {

  String tag();

  String[] attributes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy