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 
      Modifier and Type Required Element Description
      java.lang.String value
      The name to be used for this parameter in the OpenAPI description.
    • Element Detail

      • value

        java.lang.String value
        The name to be used for this parameter in the OpenAPI description.