package

com.atlassian.plugin.hostcontainer

Package for classes that provide access to the host dependency injection container

Interfaces

HostContainer Interface into the host application's dependency injection system. 

Classes

DefaultHostContainer Simple host container that instantiates classes directly. 
SimpleConstructorHostContainer Constructs module instances, matching the constructor with the largest number of arguments first.