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

spring.turbo.module.misc.captcha.google.background.BackgroundFactory Maven / Gradle / Ivy

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

import java.awt.image.BufferedImage;

/**
 * @author 应卓
 * @since 1.0.0
 */
@FunctionalInterface
public interface BackgroundFactory {

    public void fillBackground(BufferedImage dest);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy