001    package railo.runtime.type;
002    
003    /**
004     * @deprecated replaced with <code>UDF</code>
005     */
006    public interface UserDefinedFunction extends UDF {
007    
008    }