net.sourceforge.stripes.action
Annotation Type DontValidate


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface DontValidate

Marker annotation to specify that the event handled by the annotated method should not have validation run on it before the handler is invoked. In this case type conversion will still occur, but all other forms of validation (including ActionBean.validate() if it exists) will be by-passed.

Author:
Tim Fennell



© Copyright 2005, Stripes Development Team.