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

info.novatec.testit.webtester.pagefragments.Headline Maven / Gradle / Ivy

package info.novatec.testit.webtester.pagefragments;

import info.novatec.testit.webtester.pagefragments.annotations.Mapping;


@Mapping(tag = "h1")
@Mapping(tag = "h2")
@Mapping(tag = "h3")
@Mapping(tag = "h4")
@Mapping(tag = "h5")
@Mapping(tag = "h6")
public interface Headline extends PageFragment {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy