Louis CAD
Louis CAD
Hello @dkhalanskyjb! To be honest, I don't need it personally at the moment, but a colleague needed it in a NodeJS server, for some processing that's done a per week...
For reference, moment.js has both locale dependent and ISO week number: https://momentjs.com/docs/#/get-set/week/
I agree, week comparison is something I'd want to do, though there are other ways to do it, without the week number, but simply checking the day in the week,...
But isn't AA dedicated to avoid all theses casts as it does with `@ViewById`?
In terms of reusability, but if my ViewGroup is only intended to be used with WindowManager and a specific Service? Maybe being able to inject objects (for example an object...
@yDelouis Your idea I great, I often need to get dependencies in my Beans, and it makes me do bad looking code. This way, it could help, but as @WonderCsabo...
@WonderCsabo But `@EBean` can't inject non annotated dependencies, neither already existing dependencies...
@WonderCsabo My comment related to: > `@Bean` should be used for that. Sometimes, I need to inject already existing dependencies, or non annotated dependencies, but I can't add constructor parameters...
@dodgex It's like #1520 ! @yDelouis comment made me think of that. @WonderCsabo I have a use case for `@RootContext` in `@EViewGroup`, I'll show you a code example tonight.
I would really like to see this in AA too! I use the m prefix to easily distinguish members from local variables, but using it on Views introduces more boilerplate,...