gotoOla
09/24/2021, 8:44 AM@Service
class MyClass(
myService: MyService, // autowired
helper: Helper = Helper("defaultValue") // just get default value but somebody could override this in e.g. tests
)
?Nick Howes
09/25/2021, 9:54 AMTobias Berger
09/27/2021, 11:21 AMKlitos Kyriacou
10/05/2021, 2:32 PM