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

spring.turbo.module.misc.captcha.support.AccessKeyGenerator Maven / Gradle / Ivy

There is a newer version: 3.4.0
Show newest version
package spring.turbo.module.misc.captcha.support;

/**
 * @author 应卓
 * @since 1.0.1
 */
@FunctionalInterface
public interface AccessKeyGenerator {

    public String generate();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy