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

com.peterphi.std.guice.restclient.jaxb.webqueryschema.WQSchemas Maven / Gradle / Ivy

There is a newer version: 10.1.5
Show newest version
package com.peterphi.std.guice.restclient.jaxb.webqueryschema;

import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.ArrayList;
import java.util.List;

@XmlRootElement(name = "Schemas")
public class WQSchemas
{
	@XmlElement(name = "entity")
	public List entities = new ArrayList<>();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy