I want to create my own dependency injection in my Java code and wonder what the names would be for different parts.
Lets say I have an Interface X.
It is being implemented by my class Y w. ich is ijected with my class Z at creation time. What would sensible names be then?
FooBarInterface
FooBarService
FooBarHandler
Any better ideas?