com.artemis.utils.reflect.FieldEmu Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of backend-teavm Show documentation
Show all versions of backend-teavm Show documentation
Tool to generate libgdx to javascript using teaVM
package com.artemis.utils.reflect;
import com.github.xpenatan.gdx.backends.teavm.gen.Emulate;
@Emulate(valueStr = "com.artemis.utils.reflect.Field")
public final class FieldEmu extends FieldGen {
public FieldEmu(java.lang.reflect.Field field) {
super(field);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy