Interface InstanceBuilder
public interface InstanceBuilder
Ties a host component registration with a host component instance
-
Method Summary
Modifier and TypeMethodDescriptionforInstance(Object instance) Declares the host component instance for the registration.
-
Method Details
-
forInstance
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
-