Decebal Suiu
Decebal Suiu
I obtained relative (~~only one problem related to gathering all controllers in a set/list collection~~) good result with [Avaje Inject](https://avaje.io/inject/) library. It's a dependency injection library inspired by Dagger2, with...
> Hi! I understand that it is possible to inject `PippoSettings` into a Guice component. But this only works after Guice is ready. In my case I would need `PippoSettings`...
> Hi! I understand that it is possible to inject `PippoSettings` into a Guice component. But this only works after Guice is ready. In my case I would need `PippoSettings`...
> It would be nice to be able to leave the annotation just on the `AbstractTemplateEngine` class. @mhagnumdw I think that I have a solution based on #591. Please review...
> @decebals , please update from master. Done.
> @decebals , please update from master. Done
> If you agree, could you implement it? So I would validate doing the tests in my application. Sure, I will do it. Now I am in a mini vacation...
I prefer to avoid nullability from two reasons: - requires to add a new dependency (main reason) - increase the verbosity of the method's signature (maybe it's subjective) I think...
Related to `javax.annotation-api`, it contains the annotations from [JSR 250](https://en.wikipedia.org/wiki/JSR_250) and it doesn't contain `@Nullable` or `@NotNull`. On the other side, this library contains only the annotations but we need...
@whyicantusemyemailasusername > There is no need to keep the annotations in runtime, provided is enough. Kotlin users will deeply appreciate that :) I wish to make Kotlin users happy and...