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
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)
Pau Corbella
2.1.0