miha-x64
12/01/2016, 9:08 AM@Autowired
and asked myself “Why we need Dagger there?” But with other frameworks or without them Dagger might be quite handy.
I like immutable data classes so much, but are there any benefits from immutable objects with really final
fields in comparison with effectively-immutable objects that must be initialized e. g. by Hibernate? Scott Oaks, author of "Java Performance: The Definitive Guide” says that despite some myths there is no performance impact from final fields.