Avatar of mdoland
mdoland

asked on 

Dependency injection names?

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?
Java

Avatar of undefined
Last Comment
mccarl

8/22/2022 - Mon