Hi, I was in trouble with an Alias service construction error due to recursion and found in the list Howard saying that injecting the parameter using @InjectService instead of @Inject would solve it... and in fact it did!
So now I find myself guessing which would be the difference between these two annotations... I think I would keep using @Inject except for special cases I need @InjectService but I don't know which would be those special cases. Thank you, cheers... Nicolás.-