public abstract class Ioc extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Ioc.Factory |
| Modifier and Type | Field and Description |
|---|---|
static int |
IOC_ORDER |
| Constructor and Description |
|---|
Ioc() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
newInstance(IocTarget<T> target,
IocContract<?> contract) |
public static final int IOC_ORDER
public abstract <T> T newInstance(IocTarget<T> target, IocContract<?> contract)
Copyright © 2023. All rights reserved.