All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.yingzhuo.carnival.stateless.captcha.CaptchaFactory Maven / Gradle / Ivy

The newest version!
/*
 *  ____    _    ____  _   _ _____     ___    _
 * / ___|  / \  |  _ \| \ | |_ _\ \   / / \  | |
 * | |    / _ \ | |_) |  \| || | \ \ / / _ \ | |
 * | |___/ ___ \|  _ <| |\  || |  \ V / ___ \| |___
 * \____/_/   \_\_| \_\_| \_|___|  \_/_/   \_\_____|
 *
 * https://github.com/yingzhuo/carnival
 */
package com.github.yingzhuo.carnival.stateless.captcha;

/**
 * @author 应卓
 */
@Deprecated
public interface CaptchaFactory {

    public Captcha create(int length);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy