net.sourceforge.stripes.action
Annotation Type DefaultHandler


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

Marker annotation to specify that a method within an ActionBean is the default handler for events if a specific event cannot be identified.

Author:
Tim Fennell



? Copyright 2005-2006, Stripes Development Team.