@Retention(value=RUNTIME) @Target(value=METHOD) @Documented @Inherited public @interface ViewWindowConfiguration
View
method as the configuration method to call to configure the Window when a View is decalred as
WindowView
.
The method must be public
and provide a single ViewWindowConfigurator
type parameter, which can
be used to configure the Window into which the View is displayed.
Copyright © 2019 The Holon Platform. All rights reserved.