-
Notifications
You must be signed in to change notification settings - Fork 112
Injector
Daan van Yperen edited this page Sep 29, 2015
·
1 revision
The injector can be customized using WorldConfiguration.setInjector
prior to calling new World()
.
The injector determines which classes are eligible for dependency injection, and delegates to a FieldHandler
to resolve the actual value for each field in a class.
Artemis provides the CachedInjector
which should be useful in most cases. By configuring aIn the below example, a new world is created
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference