Skip to content

[ISSUE] Re-order parameters in configuration methds #45

@quantummaiddeveloper

Description

@quantummaiddeveloper

The order of the parameters in the configuration methods can be optimized.

This includes:

  • Putting lamba expressions at the end to allow inlined lambdas in Kotlin.

  • Changing withImplementation like this:

var injector = anInjectMaid().withImplementation(Implementation.class, SINGLETON, vararg ... interfaces)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions