All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.artemis.utils.reflect.FieldEmu Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
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