See: Description
| Interface | Description |
|---|---|
| Producer<T> |
Produces an object for a particular injection class
|
| Class | Description |
|---|---|
| FastClass |
Accessors to the members of a class, does not actually have a ReflectASM equivalent
|
| FastConstructor |
Instance creator using ASM
|
| FastField | |
| FastMethod |
Wrapper for the provided ReflectASM method library
|
| Injector<T> |
Injects the target class, or creates a new instance of an injected class
|
| Annotation Type | Description |
|---|---|
| Inject |
Marks a constructor or field that is eligable for instance injection when constructed with an
Injector |
Copyright © 2016. All rights reserved.