@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface HandlesEvent
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The name of the event that will be handled by the annotated method.
|
? Copyright 2005-2006, Stripes Development Team.