Package com.vaadin.annotations
Annotation Type VaadinServletConfiguration.InitParameterName
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface VaadinServletConfiguration.InitParameterName
Defines the init parameter name for methods inVaadinServletConfiguration
.- Since:
- 7.1
- Author:
- Vaadin Ltd
-
-
Element Detail
-
value
String value
The name of the init parameter that the annotated method controls.- Returns:
- the parameter name
-
-