java/sql-dk/src/info/globalcode/sql/dk/configuration/Configuration.java
branchv_0
changeset 155 eb3676c6929b
parent 128 67f5ff139da0
child 174 3c6d560a1d14
equal deleted inserted replaced
154:016836529e6c 155:eb3676c6929b
    33 import javax.xml.bind.annotation.XmlElement;
    33 import javax.xml.bind.annotation.XmlElement;
    34 import javax.xml.bind.annotation.XmlRootElement;
    34 import javax.xml.bind.annotation.XmlRootElement;
    35 import javax.xml.bind.annotation.XmlTransient;
    35 import javax.xml.bind.annotation.XmlTransient;
    36 
    36 
    37 /**
    37 /**
       
    38  * Object representation of user configuration loaded from XML.
    38  *
    39  *
    39  * @author Ing. František Kučera (frantovo.cz)
    40  * @author Ing. František Kučera (frantovo.cz)
    40  */
    41  */
    41 @XmlRootElement(name = "configuration", namespace = CONFIGURATION)
    42 @XmlRootElement(name = "configuration", namespace = CONFIGURATION)
    42 public class Configuration {
    43 public class Configuration {