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(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(Class<T> moduleClass) throws IllegalArgumentException
moduleClass - The classIllegalArgumentException - If unable to instantiate the classCopyright © 2019 Atlassian. All rights reserved.