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

goja.core.sqlinxml.SqlItem Maven / Gradle / Ivy

/*
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 *
 * Copyright (c) 2013-2014 sagyf Yang. The Four Group.
 */
package goja.core.sqlinxml;

import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlValue;

@XmlRootElement
class SqlItem {
    @XmlAttribute
    String id;

    @XmlValue
    String value;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy