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

taf.api.rest.HeaderData Maven / Gradle / Ivy

The newest version!
package taf.api.rest;

import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamAsAttribute;

@XStreamAlias("header")
public class HeaderData {
    @XStreamAsAttribute
    String name;
    @XStreamAsAttribute
    String value;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy