Annotation Type VaadinServletConfiguration.InitParameterName


  • @Retention(RUNTIME)
    @Target(METHOD)
    @Documented
    public static @interface VaadinServletConfiguration.InitParameterName
    Defines the init parameter name for methods in VaadinServletConfiguration.
    Since:
    7.1
    Author:
    Vaadin Ltd
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The name of the init parameter that the annotated method controls.
    • Element Detail

      • value

        java.lang.String value
        The name of the init parameter that the annotated method controls.
        Returns:
        the parameter name