
com.jtransc.annotation.haxe.HaxeAddAssets Maven / Gradle / Ivy
Go to download
JVM AOT compiler currently generating JavaScript, C++, Haxe, with initial focus on Kotlin and games.
package com.jtransc.annotation.haxe;
import java.lang.annotation.*;
/**
* Copies files from available Java resources to the assets folder in the output.
*/
@Retention(RetentionPolicy.CLASS)
@Target(ElementType.TYPE)
public @interface HaxeAddAssets {
String[] value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy