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

com.badlogic.gdx.utils.reflect.FieldEmu Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.badlogic.gdx.utils.reflect;

import com.github.xpenatan.gdx.backends.teavm.gen.Emulate;

@Emulate(Field.class)
public final class FieldEmu extends FieldGen{
    public FieldEmu(java.lang.reflect.Field field) {
        super(field);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy