org.apache.tapestry5.kaptcha.annotations
Annotation Type Kaptcha


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
@UseWith(value={BEAN,COMPONENT,MIXIN,PAGE})
public @interface Kaptcha

Used to explicitly select the kaptcha editor block for a property. This annotation may be attached to a getter or setter method, or the matching field.

Since:
5.3
See Also:
BeanEditForm



Copyright © 2003-2012 The Apache Software Foundation.