Interface Injection

All Known Implementing Classes:
TypeSetInjection

public interface Injection
Defines an injection of an Object into another Object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    injectInto(Object instance)
    Performs the injection into the provided instance.