| Package | Description |
|---|---|
| net.mountainblade.modular.impl |
| Modifier and Type | Method and Description |
|---|---|
Injector.Builder<T> |
Injector.Builder.exactly()
Marks this configuration to restrict the field type to be exactly the given one.
|
<T> Injector.Builder<T> |
Injector.inject(Class<T> fieldClass)
Creates a new injection builder to set up a new field injection configuration.
|
Injector.Builder<T> |
Injector.Builder.marked(Annotation annotation)
Adds the given annotation instance to the required annotations.
|
Injector.Builder<T> |
Injector.Builder.marked(Class<? extends Annotation> annotation)
Adds the given annotation type to the required annotations.
|
Injector.Builder<T> |
Injector.Builder.nullable()
Marks this configuration as "nullable".
|
Copyright © 2014–2015 MountainBlade. All rights reserved.