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

holmos.webtest.element.Label Maven / Gradle / Ivy

There is a newer version: 1.0.2u10
Show newest version
package holmos.webtest.element;
/**
 * @author 吴银龙(15857164387)
 * 
 * */
public class Label extends Element{

	public Label(String comment) {
		super(comment);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy