org.loom.addons.recaptcha.Recaptcha Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of loom-addons Show documentation
Show all versions of loom-addons Show documentation
Uploads all artifacts belonging to configuration ':archives'.
The newest version!
package org.loom.addons.recaptcha;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Marks an event to validate using the ReCaptcha service. If the user
* does not introduce the correct text displayed in the captcha, a validation
* error will occur.
*
* @author Ignacio Coloma
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD})
@Documented
public @interface Recaptcha {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy