com.vaadin.annotations
Annotation Type VaadinServletConfiguration.InitParameterName


@Retention(value=RUNTIME)
@Target(value=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
 java.lang.String value
          The name of the init parameter that the annotated method controls.
 

Element Detail

value

public abstract java.lang.String value
The name of the init parameter that the annotated method controls.

Returns:
the parameter name


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.