org.jboss.seam.captcha
Annotation Type CaptchaResponse


@Retention(value=RUNTIME)
@Documented
@Target(value=METHOD)
@ValidatorClass(value=CaptchaResponseValidator.class)
public @interface CaptchaResponse


Optional Element Summary
 String message
           
 

message

public abstract String message
Default:
"incorrect response"