com.vaadin.annotations
Annotation Type EagerInit


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface EagerInit

Indicates that the init method in a Root class can be called before full browser details (WrappedRequest.getBrowserDetails()) are available. This will make the UI appear more quickly, as ensuring the availability of this information typically requires an additional round trip to the client.

Since:
7.0
See Also:
Root.init(com.vaadin.terminal.WrappedRequest), WrappedRequest.getBrowserDetails()



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