@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface InjectionInfo.InjectorOrder
Injectors in the same order are sorted by mixin priority and declaration order within the mixin as always.
| Modifier and Type | Fields and Description |
|---|---|
static int |
AFTER_REDIRECT
Injector which should run after redirect injector
|
static int |
DEFAULT
Default order, all injectors except redirect run here unless manually
adjusted
|
static int |
EARLY
An early injector, run before most injectors
|
static int |
LATE
Late injector, runs after most injectors but before redirects
|
static int |
REDIRECT
Built-in order for Redirect injectors
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
value
String prefix for conforming handler methods
|