Annotation Type InjectionInfo.InjectorOrder
-
@Retention(RUNTIME) @Target(TYPE) public static @interface InjectionInfo.InjectorOrderDecoration for subclasses which specifies the order (phase) in which the injector should be applied relative to other injectors. Built-in injectors except for redirectors all run at DEFAULT unless specified in the injector annotation.Injectors in the same order are sorted by mixin priority and declaration order within the mixin as always.
-
-
Field Summary
Fields Modifier and Type Fields Description static intAFTER_REDIRECTInjector which should run after redirect injectorstatic intDEFAULTDefault order, all injectors except redirect run here unless manually adjustedstatic intEARLYAn early injector, run before most injectorsstatic intLATELate injector, runs after most injectors but before redirectsstatic intREDIRECTBuilt-in order for Redirect injectors
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intvalueString prefix for conforming handler methods
-