Package org.apache.tapestry5.annotations
Annotation Type ActivationContextParameter
@Target(PARAMETER)
@Retention(RUNTIME)
@Documented
@UseWith({PAGE,COMPONENT,MIXIN})
public @interface ActivationContextParameter
Annotation that may be placed on parameters of event handler methods to define their names
in OpenAPI description. This is not needed for an event handler parameter to be
a parameter in a REST endpoint event handler method.
- Since:
- 5.8.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
The name to be used for this parameter in the OpenAPI description.
-