001    package railo.runtime.op;
002    
003    import railo.runtime.dump.Dumpable;
004    
005    /**
006     * @deprecated this interface is replaced with interface Dumpable
007     */
008    public interface Printable extends Dumpable {
009    
010    }