com.artemis.injection.SharedInjectionCache 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.
package com.artemis.injection;
public class SharedInjectionCache extends ThreadLocal {
@Override
protected InjectionCache initialValue() {
return new InjectionCache();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy