Assisted

annotation class Assisted

Annotation to be used in any constructor parameter that is not injectable and will be provided in runtime (Can only be used in a class with BY_NEW scope).

constructor(@Assisted id:Long, param1:Interface)

Author

Pau Corbella

Since

2.1.0