public interface UseInjectionCache
FieldResolver
implementing this interface will have the setCache(InjectionCache)
method called during FieldHandler#initialize(World)
, prior to FieldResolver.initialize(World)
being called.Modifier and Type | Method and Description |
---|---|
void |
setCache(InjectionCache cache) |
void setCache(InjectionCache cache)
cache
- used by the FieldHandler
Copyright © 2019. All rights reserved.