InjectedParam

annotation class InjectedParam

Annotate a constructor parameter or function parameter, to tag property as "injected parameter" for verification purpose

example: class MyClass(@InjectedParam val d : MyDependency)

Author

Arnaud Giuliani