@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=com.holonplatform.vaadin7.spring.internal.ViewContextInjectionConfiguration.class) public @interface EnableViewContext
View context informations injection using ViewContext annotated fields.
This annotation should be added on a Configuration class of the application to automatically import
ViewContextInjectionConfiguration.
Copyright © 2019 The Holon Platform. All rights reserved.