As far as I recall, there was some talk about un-d...
# javascript
e
As far as I recall, there was some talk about un-deprecating the
@EagerInitialization
annotation. If that is the case: 1. could it be also applicable to top-level functions? This would be useful for code that has to run when the JS module is initialized. The current workaround is a property that calls a function. 2. could we instead move to an annotation that starts with
@Js*
to streamline the naming? For example
@JsEager
or
@JsImmediate
.