Annotation Type Kaptcha


  • @Target({FIELD,METHOD})
    @Retention(RUNTIME)
    @Documented
    @UseWith({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