Interface LateApplyingInjectorInfo
- All Known Implementing Classes:
FactoryRedirectWrapperInjectionInfo,MixinExtrasLateInjectionInfo,SugarWrapperInjectionInfo,WrapOperationInjectionInfo,WrapperInjectionInfo,WrapWithConditionInjectionInfo
public interface LateApplyingInjectorInfo
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidDeprecated.voidvoidvoidwrap(LateApplyingInjectorInfo outer) static booleanwrap(Object inner, LateApplyingInjectorInfo outer) Handles the inner injection info being from a different package to ours.
-
Method Details
-
lateInject
void lateInject() -
latePostInject
void latePostInject() -
wrap
-
getLateInjectionType
String getLateInjectionType() -
lateApply
Deprecated.Will be called by 0.2.0-beta.1 when enqueueing aSugarWrapperInjectionInfofor aWrapOperation. -
wrap
Handles the inner injection info being from a different package to ours.
-