Package com.vaadin.annotations
Annotation Type VaadinServletConfiguration.InitParameterName
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface VaadinServletConfiguration.InitParameterNameDefines the init parameter name for methods inVaadinServletConfiguration.- Since:
- 7.1
- Author:
- Vaadin Ltd
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe name of the init parameter that the annotated method controls.
-