Package org.apache.tapestry5.annotations
Annotation Type Events
-
@Target(TYPE) @Retention(SOURCE) @Documented @UseWith({COMPONENT,MIXIN}) public @interface Events
Annotation applied to components to document what events a component may trigger. This is primarily used when generating component reference documentation. It is expressly not checked or used at runtime.- Since:
- 5.1.0.4