Interface InstanceBuilder


public interface InstanceBuilder
Ties a host component registration with a host component instance
  • Method Summary

    Modifier and Type
    Method
    Description
    forInstance(Object instance)
    Declares the host component instance for the registration.
  • Method Details

    • forInstance

      PropertyBuilder forInstance(Object instance)
      Declares the host component instance for the registration.
      Parameters:
      instance - The object to tie to the registration
      Returns:
      The property builder for assigning properties to the registration