Interface Injection
- All Known Implementing Classes:
TypeSetInjection
public interface Injection
Defines an injection of an Object into another Object.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinjectInto(Object instance) Performs the injection into the provided instance.
-
Method Details
-
injectInto
Performs the injection into the provided instance.- Parameters:
instance- the instance where things should be injected.- Throws:
ReflectiveOperationException- if there is a problem
-