view com.redhat.thermostat.tools.eclipse.plugin/src/com/redhat/thermostat/tools/eclipse/plugin/model/package-info.java @ 107:4dfa549ca00c

Add UI for editing arguments
author Omair Majid <omajid@redhat.com>
date Fri, 21 Feb 2014 15:59:02 -0500
parents 146a0704ba68
children
line wrap: on
line source

/**
 * Contains model classes that represents XML elements of the
 * {@code thermostat-plugin.xml} file.
 * <p>
 * The models in this package are used for two distinct purposes:
 * <ol>
 * <li>For marshalling and unmarhalling to XML using JAXB</li>
 * <li>For binding to the UI using JFace databinding</li>
 * </ol>
 * As a result of both these, some times the models are not built
 * in the simplest way.
 */
@javax.xml.bind.annotation.XmlSchema(
        namespace=SchemaConstants.SCHEMA_NAMESPACE,
        elementFormDefault=javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package com.redhat.thermostat.tools.eclipse.plugin.model;