arkenv icon indicating copy to clipboard operation
arkenv copied to clipboard

Modules as constructor arguments

Open AndreasVolkmann opened this issue 4 years ago • 0 comments

Module support is more natural if we can just supply our nested modules via the constructor.

Out of the box we get defaults and easy injection in tests.

Either convention based, for example, all data classes are parsed as modules parameter.type.jvmErasure.isData.

Or with annotation @Module

AndreasVolkmann avatar Aug 21 '21 18:08 AndreasVolkmann