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

nl.weeaboo.lua2.io.LuaSerializable Maven / Gradle / Ivy

package nl.weeaboo.lua2.io;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * Whitelists the annotated class to allow it to be serialized as part of the Lua VM state.
 *
 * @see ObjectSerializer#setAllowedClasses(java.util.Collection)
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface LuaSerializable {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy