roberto.guerra
05/23/2017, 1:38 PMopen
keyword. Even with Spring Boot, I keep most (if not all) business logic outside of Spring, and just use a thin layer of spring artefacts to wire them up. So adding open
isn’t a hassle for me. I can see how it is a hassle if most things in the application are some sort of spring “artefact”.suresh
05/23/2017, 4:03 PMall-open
, kotlin-spring
) kotlin compiler gradle plugins. So no runtime overhead or extra dependency in jar.roberto.guerra
05/23/2017, 4:05 PM