java/sql-dk/src/info/globalcode/sql/dk/configuration/FormatterDefinition.java
branchv_0
changeset 155 eb3676c6929b
parent 104 245f1b88a3e6
child 160 84ea4a819fb2
equal deleted inserted replaced
154:016836529e6c 155:eb3676c6929b
    25 import java.lang.reflect.Constructor;
    25 import java.lang.reflect.Constructor;
    26 import java.lang.reflect.InvocationTargetException;
    26 import java.lang.reflect.InvocationTargetException;
    27 import javax.xml.bind.annotation.XmlElement;
    27 import javax.xml.bind.annotation.XmlElement;
    28 
    28 
    29 /**
    29 /**
       
    30  * Configured (but not yet instantiated) formatter.
    30  *
    31  *
    31  * @author Ing. František Kučera (frantovo.cz)
    32  * @author Ing. František Kučera (frantovo.cz)
    32  */
    33  */
    33 public class FormatterDefinition implements NameIdentified {
    34 public class FormatterDefinition implements NameIdentified {
    34 
    35