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

com.github.aqiu202.captcha.text.TextProducer Maven / Gradle / Ivy

The newest version!
package com.github.aqiu202.captcha.text;


/**
 * {@link TextProducer} is responsible for creating text.
 */
public interface TextProducer {

    String getText();

    String getText(int length);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy