public interface HostContainer
ModuleDescriptor instances via constructor
injection, matching the constructor with the largest number of arguments first.| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(java.lang.Class<T> moduleClass)
Constructs an instance of a class, matching the constructor with the largest number of arguments first, and
autowires as appropriate.
|
<T> T create(java.lang.Class<T> moduleClass)
throws java.lang.IllegalArgumentException
moduleClass - The classjava.lang.IllegalArgumentException - If unable to instantiate the classCopyright © 2013 Atlassian. All Rights Reserved.