java/sql-dk/src/info/globalcode/sql/dk/formatting/AbstractFormatter.java
branchv_0
changeset 155 eb3676c6929b
parent 142 da1e38386d84
equal deleted inserted replaced
154:016836529e6c 155:eb3676c6929b
    23 import java.util.EnumSet;
    23 import java.util.EnumSet;
    24 import java.util.List;
    24 import java.util.List;
    25 import java.util.Stack;
    25 import java.util.Stack;
    26 
    26 
    27 /**
    27 /**
       
    28  * <ol>
       
    29  * <li>ensures integrity – if methods are called in correct order and context</li>
       
    30  * <li>provides default implmentations of methods that does not produce any output for given
       
    31  * events</li>
       
    32  * </ol>
    28  *
    33  *
    29  * @author Ing. František Kučera (frantovo.cz)
    34  * @author Ing. František Kučera (frantovo.cz)
    30  */
    35  */
    31 public abstract class AbstractFormatter implements Formatter {
    36 public abstract class AbstractFormatter implements Formatter {
    32 
    37