net.sourceforge.stripes.action
Annotation Type DontBind


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

Marker annotation to specify that the event handled by the annotated method should skip LifecycleStage.BindingAndValidation altogether. This is useful for events which ignore user input, such as cancel events. Note that the presence of this annotation on an event handler implies DontValidate as well.

Author:
Ben Gunter



? Copyright 2005-2006, Stripes Development Team.