
com.artemis.injection.UseInjectionCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artemis-odb Show documentation
Show all versions of artemis-odb Show documentation
Fork of Artemis Entity System Framework.
The newest version!
package com.artemis.injection;
import com.artemis.World;
/**
* {@link FieldResolver} implementing this interface will have the {@link #setCache(InjectionCache)}
* method called during {@link FieldHandler#initialize(World)}, prior to {@link FieldResolver#initialize(World)}
* being called.
*
* @author Snorre E. Brekke
*/
public interface UseInjectionCache {
/**
* @param cache used by the {@link FieldHandler}
*/
void setCache(InjectionCache cache);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy